# HG changeset patch # User Dave Love # Date 1025205545 0 # Node ID bd4ee6f57fb1d22759e52fe41542d311dd022ffe # Parent ac14949a64e452923ecf16639a679e31ee4d474f (byte-compile-insert-header): Fix typo. diff -r ac14949a64e4 -r bd4ee6f57fb1 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Jun 27 18:40:25 2002 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Jun 27 19:19:05 2002 +0000 @@ -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 @@ (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 "