From 5fa9d1ecf496e0c20ee0f263c64c97c40b9cab35 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 7 Dec 2009 06:21:27 +0000 Subject: Ulrich Mueller (byte-compile-insert-header): Put the version number comment back on its own line, for easier parsing by external tools. --- lisp/emacs-lisp/bytecomp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index c633f7f6567..b8afe55f028 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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") -- cgit v1.2.3