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

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

[nongnu] elpa/emacsql 67ca8124bc 425/427: make: Suppress warning about o


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 67ca8124bc 425/427: make: Suppress warning about obsolete autoload package
Date: Tue, 13 Dec 2022 03:00:26 -0500 (EST)

branch: elpa/emacsql
commit 67ca8124bc6c4b01ee19ebbd606ec7ab645b0e2e
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 fb407c57e6..9f72055289 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,8 @@ $(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"
 
 test: all $(TEST_ELCS)
        @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \



reply via email to

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