Skip to content

Commit

Permalink
make: Suppress warning about obsolete autoload package
Browse files Browse the repository at this point in the history
We'll have to support older Emacs releases for years to come.
  • Loading branch information
tarsius committed Oct 20, 2022
1 parent 19dae1c commit ef6d7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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"

0 comments on commit ef6d7da

Please sign in to comment.