changeset 48339:cea25fa1abd9

(set-buffer-file-coding-system): Undo prv chg.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Nov 2002 02:43:11 +0000
parents 5f75c5106fe9
children f64e9174c001
files lisp/international/mule.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Nov 14 23:20:30 2002 +0000
+++ b/lisp/international/mule.el	Fri Nov 15 02:43:11 2002 +0000
@@ -1179,10 +1179,11 @@
       (setq coding-system
 	    (merge-coding-systems coding-system buffer-file-coding-system)))
   (setq buffer-file-coding-system coding-system)
-  ;; This is in case of an explicit call.  Normally, `normal-mode' and
-  ;; `set-buffer-major-mode-hook' take care of setting the table.
-  (if (fboundp 'ucs-set-table-for-input) ; don't lose when building
-      (ucs-set-table-for-input))
+;;; This causes problems in bootstrapping.
+;;;   ;; This is in case of an explicit call.  Normally, `normal-mode' and
+;;;   ;; `set-buffer-major-mode-hook' take care of setting the table.
+;;;   (if (fboundp 'ucs-set-table-for-input) ; don't lose when building
+;;;       (ucs-set-table-for-input))
   (set-buffer-modified-p t)
   (force-mode-line-update))