emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/orgit 5036c3db58: make: Suppress warning about obsolete au


From: ELPA Syncer
Subject: [nongnu] elpa/orgit 5036c3db58: make: Suppress warning about obsolete autoload package
Date: Thu, 20 Oct 2022 07:59:49 -0400 (EDT)

branch: elpa/orgit
commit 5036c3db5897ce93cd895aa213072661a497a4e6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Suppress warning about obsolete autoload package
    
    We'll have to support older Emacs releases for years to come.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b7837c2dd2..82aa599f92 100644
--- a/Makefile
+++ b/Makefile
@@ -57,4 +57,5 @@ $(PKG)-autoloads.el: $(ELS)
   (cl-letf (((symbol-function 'progress-reporter-do-update) (lambda (&rest 
_)))\
             ((symbol-function 'progress-reporter-done) (lambda (_))))\
     (let ((generated-autoload-file file))\
-      (update-directory-autoloads default-directory))))"
+      (update-directory-autoloads default-directory))))" \
+       2>&1 | sed "/^Package autoload is deprecated$$/d"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]