diff lisp/bytecomp/bytecomp.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents cf808b4c4290
children 8619ce7e4c50
line wrap: on
line diff
--- a/lisp/bytecomp/bytecomp.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/bytecomp/bytecomp.el	Mon Aug 13 09:19:45 2007 +0200
@@ -1745,9 +1745,9 @@
 	    (skip-chars-forward (concat (char-to-string 0) "-"
 					(char-to-string 255)))
 	    (eq (point) (point-max)))
-	  (setq file-coding-system 'no-conversion)
+	  (setq buffer-file-coding-system 'no-conversion)
 	(insert ";;;###coding system: escape-quoted\n")
-	(setq file-coding-system 'escape-quoted)
+	(setq buffer-file-coding-system 'escape-quoted)
 	;; Lazy loading not yet implemented for MULE files
 	;; mrb - Fix this someday.
 	(save-excursion