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.
;;; 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.
(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 "