diff options
author | Gerd Möllmann <gerd@gnu.org> | 2024-12-09 06:41:09 +0100 |
---|---|---|
committer | Gerd Möllmann <gerd@gnu.org> | 2024-12-09 15:17:40 +0100 |
commit | b8ee67b6963a913d2842d69686f92f690c78cc50 (patch) | |
tree | ba52b714005783cb296444455928dae760629285 /lisp/emacs-lisp | |
parent | cb288fbcd97deeeb993a7a3de97bdbf5b7dced75 (diff) | |
download | emacs-b8ee67b6963a913d2842d69686f92f690c78cc50.tar.gz emacs-b8ee67b6963a913d2842d69686f92f690c78cc50.tar.bz2 emacs-b8ee67b6963a913d2842d69686f92f690c78cc50.zip |
; Add an autoload cookie for native-compile-prune-cache
* lisp/emacs-lisp/comp.el (native-compile-prune-cache): Make it
autoload.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index f37bb965ffb..2966ed255ac 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -3739,6 +3739,7 @@ variable \"NATIVE_DISABLED\" is set, only byte compile." (comp--write-bytecode-file eln-file) (setq command-line-args-left (cdr command-line-args-left))))) +;;;###autoload (defun native-compile-prune-cache () "Remove .eln files that aren't applicable to the current Emacs invocation." (interactive) |