From 7bb250daccf05f8f4ba387e89dc10a0da4d7c2ed Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 11 Dec 1996 01:29:00 +0000 Subject: (byte-compile-insert-header): Fix previous change. --- lisp/emacs-lisp/bytecomp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index db47ef974ad..a4310dc2cbd 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.22 $") +(defconst byte-compile-version "$Revision: 2.23 $") ;; This file is part of GNU Emacs. @@ -1436,10 +1436,10 @@ With argument, insert value in current buffer after the form." ;; Have to check if emacs-version is bound so that this works ;; in files loaded early in loadup.el. "\n(if (and (boundp 'emacs-version)\n" - "\t (or (and (boundp 'epoch::version) epoch::version)\n" ;; If there is a name at the end of emacs-version, ;; don't try to check the version number. - "\t (< (aref emacs-version (1- (length emacs-version))) ?A)" + "\t (< (aref emacs-version (1- (length emacs-version))) ?A)\n" + "\t (or (and (boundp 'epoch::version) epoch::version)\n" (if dynamic-docstrings "\t (string-lessp emacs-version \"19.29\")))\n" "\t (string-lessp emacs-version \"19\")))\n") -- cgit v1.2.3