]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-insert-header): Fix prev chg.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 May 1998 04:48:48 +0000 (04:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 May 1998 04:48:48 +0000 (04:48 +0000)
lisp/emacs-lisp/bytecomp.el

index 437c049306304ed8e954549daac9cf6186f7f3da..74721f403885b7965e9af78d99e7e75bc377077c 100644 (file)
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.42 $")
+(defconst byte-compile-version "$Revision: 2.43 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1450,7 +1450,7 @@ With argument, insert value in current buffer after the form."
           (goto-char 1)
           ;; See if the buffer has any multibyte characters.
           (skip-chars-forward "\0-\377")
-          (setq some-multibyte-characters (not (eobp))))))
+          (not (eobp)))))
 
     (set-buffer outbuffer)
     (goto-char 1)