changeset 48354:63020c84491a

(set-buffer-file-coding-system): Redo prev chg.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Nov 2002 23:52:11 +0000
parents ff80b8cbbc9a
children 77552fd065a0
files lisp/international/mule.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Fri Nov 15 23:50:41 2002 +0000
+++ b/lisp/international/mule.el	Fri Nov 15 23:52:11 2002 +0000
@@ -1179,11 +1179,10 @@
       (setq coding-system
 	    (merge-coding-systems coding-system buffer-file-coding-system)))
   (setq buffer-file-coding-system coding-system)
-;;; 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))
+  ;; 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))