diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-09-15 15:29:50 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-09-15 15:29:50 +0000 |
commit | 8fed6934e51eaf737a157ad97b3e2610f747f8c5 (patch) | |
tree | eb2ca3068d32799345eb7f09c1f5e4da1565afbf /lisp/emacs-lisp | |
parent | fc8b371175065de17c8329c3828ecbafc3217e3a (diff) | |
download | emacs-8fed6934e51eaf737a157ad97b3e2610f747f8c5.tar.gz emacs-8fed6934e51eaf737a157ad97b3e2610f747f8c5.tar.bz2 emacs-8fed6934e51eaf737a157ad97b3e2610f747f8c5.zip |
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.
Diffstat (limited to 'lisp/emacs-lisp')
-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." |