(byte-compile-insert-header): Fix prev chg.
This commit is contained in:
parent
2157be68a7
commit
d57d06cb6e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue