changeset 22050:0faa739eebda

(byte-compile-insert-header): Fix prev chg.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 May 1998 04:48:48 +0000
parents 247682b1da6b
children 3e5822a3448d
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Wed May 13 01:46:28 1998 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed May 13 04:48:48 1998 +0000
@@ -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 @@
 	   (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)