From 8fed6934e51eaf737a157ad97b3e2610f747f8c5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 15 Sep 2009 15:29:50 +0000 Subject: * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded. * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload. --- lisp/emacs-lisp/bytecomp.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/emacs-lisp/bytecomp.el') 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." -- cgit v1.2.3