]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-insert-header): Fix typo.
authorDave Love <fx@gnu.org>
Thu, 27 Jun 2002 19:19:47 +0000 (19:19 +0000)
committerDave Love <fx@gnu.org>
Thu, 27 Jun 2002 19:19:47 +0000 (19:19 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index bf889c2dd99231d81bd9fe9cdc23e38b894edab3..c34263b6087d8d3422d07ee6efba3bc926110765 100644 (file)
@@ -1,5 +1,7 @@
 2002-06-27  Dave Love  <fx@gnu.org>
 
+       * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
+
        * international/mule.el (load-with-code-conversion): Fix
        coding-system-type test.
 
index 5f629b80ebb3c5ad150cd81e80ae234f11147c51..d884d2e62de648444dfec9b6caec18b7c78fe467 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.94 $")
+(defconst byte-compile-version "$Revision$")
 
 ;; This file is part of GNU Emacs.
 
@@ -1615,7 +1615,7 @@ With argument, insert value in current buffer after the form."
 
     (insert
      ";ELC"
-     (if (byte-compile-version-cond byte-compile-compatibility) 18 21)
+     (if (byte-compile-version-cond byte-compile-compatibility) 18 22)
      "\000\000\000\n"
      )
     (insert ";;; Compiled by "