# HG changeset patch # User Richard M. Stallman # Date 899670639 0 # Node ID 2d69ba7d76f488aa11467ca81d7bd51c32acc9ea # Parent c952205ba590bbb8f5edf471ebe733e788a7dc7a (byte-compile-file): Bind set-auto-coding-for-load to t. diff -r c952205ba590 -r 2d69ba7d76f4 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Sat Jul 04 21:09:49 1998 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun Jul 05 20:30:39 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.46 $") +(defconst byte-compile-version "$Revision: 2.47 $") ;; This file is part of GNU Emacs. @@ -1274,6 +1274,7 @@ (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))