2010-11-01 Glenn Morris <rgm@gnu.org>
+ * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
+
* startup.el (package-enable-at-startup, package-initialize):
Silence compiler.
bytecomp-filename "? "))))
(progn
(if (and noninteractive (not byte-compile-verbose))
- (message "Compiling %s..." bytecomp-source))
+ (message "Compiling %s..." bytecomp-filename))
(byte-compile-file bytecomp-filename load))
(when load (load bytecomp-filename))
'no-byte-compile)))
(run-hooks 'bytecomp-load-hook)
-;; arch-tag: 9c97b0f0-8745-4571-bfc3-8dceb677292a
;;; bytecomp.el ends here