# HG changeset patch # User Richard M. Stallman # Date 895034928 0 # Node ID 0faa739eebdaec806c97cfce6a6f7b121c605356 # Parent 247682b1da6b3358ac8557b27a94d3296383347f (byte-compile-insert-header): Fix prev chg. diff -r 247682b1da6b -r 0faa739eebda lisp/emacs-lisp/bytecomp.el --- 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)