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:
parent
5e9fde5e59
commit
5fa9d1ecf4
2 changed files with 7 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue