Ulrich Mueller <ulm at gentoo.org>

(byte-compile-insert-header): Put the version number comment back on
its own line, for easier parsing by external tools.
This commit is contained in:
Glenn Morris 2009-12-07 06:21:27 +00:00
parent 5e9fde5e59
commit 5fa9d1ecf4
2 changed files with 7 additions and 1 deletions

View file

@ -1894,7 +1894,8 @@ Call from the source buffer."
(concat (user-login-name) "@" (system-name)))
" on " (current-time-string) "\n"
";;; from file " filename "\n"
";;; in Emacs version " emacs-version ", with"
";;; in Emacs version " emacs-version "\n"
";;; with"
(cond
((eq optimize 'source) " source-level optimization only")
((eq optimize 'byte) " byte-level optimization only")