diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 12052f7b4c6..421db38879f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -4394,7 +4394,6 @@ already up-to-date." (prin1-to-string (cdr err))) nil)))) -;;;###autoload (defun byte-compile-refresh-preloaded () "Reload any Lisp file that was changed since Emacs was dumped. Use with caution." |