branch: elpa/git-modes
commit 4f9ad30f01cfb3f8460b786153f8569578c0f8dc
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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 b37df674ae..2d66aab844 100644
--- a/Makefile
+++ b/Makefile
@@ -55,4 +55,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