; Add an autoload cookie for native-compile-prune-cache
* lisp/emacs-lisp/comp.el (native-compile-prune-cache): Make it autoload.
This commit is contained in:
parent
cb288fbcd9
commit
b8ee67b696
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue