From d57d06cb6ef47fb0b69b0aa3c42967a43266c0c1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 May 1998 04:48:48 +0000 Subject: [PATCH] (byte-compile-insert-header): Fix prev chg. --- lisp/emacs-lisp/bytecomp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 437c0493063..74721f40388 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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) -- 2.39.2