]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-file): Bind set-auto-coding-for-load to t.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Jul 1998 20:30:39 +0000 (20:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Jul 1998 20:30:39 +0000 (20:30 +0000)
lisp/emacs-lisp/bytecomp.el

index 8937462a67afac252421d51fee82a3e995989a93..d8fbd25aeb4700477cb98bf38d6a09f154c973e1 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.46 $")
+(defconst byte-compile-version "$Revision: 2.47 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1274,6 +1274,7 @@ The value is t if there were no errors, nil if errors."
   (if byte-compile-verbose
       (message "Compiling %s..." filename))
   (let ((byte-compile-current-file filename)
+       (set-auto-coding-for-load t)
        target-file input-buffer output-buffer
        byte-compile-dest-file)
     (setq target-file (byte-compile-dest-file filename))