(byte-compile-insert-header): Put the version number comment back on
its own line, for easier parsing by external tools.
+2009-12-07 Ulrich Mueller <ulm@gentoo.org>
+
+ * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
+ number comment back on its own line, for easier parsing.
+
2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
Make it work for non-file buffers (bug#5102).
(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")