# HG changeset patch # User Richard M. Stallman # Date 1037328191 0 # Node ID cea25fa1abd9975310a5584483d8a378e26d0822 # Parent 5f75c5106fe96fc3a919d40c9ab18fe40451edc6 (set-buffer-file-coding-system): Undo prv chg. diff -r 5f75c5106fe9 -r cea25fa1abd9 lisp/international/mule.el --- 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))