From: Dave Love Date: Thu, 27 Jun 2002 19:19:47 +0000 (+0000) Subject: (byte-compile-insert-header): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e55828966f0ebdc8cf8f122621ad186ae9ccc7d;p=emacs.git (byte-compile-insert-header): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf889c2dd99..c34263b6087 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-06-27 Dave Love + * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. + * international/mule.el (load-with-code-conversion): Fix coding-system-type test. diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 5f629b80ebb..d884d2e62de 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.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 "