From: Richard M. Stallman Date: Fri, 15 Nov 2002 23:52:11 +0000 (+0000) Subject: (set-buffer-file-coding-system): Redo prev chg. X-Git-Tag: ttn-vms-21-2-B4~12427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38a1356dd8905638770338b3666bfbc0a2fdda86;p=emacs.git (set-buffer-file-coding-system): Redo prev chg. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ae78b440467..e425d8b8bfd 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1179,11 +1179,10 @@ don't want to mark the buffer modified, just set the variable (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))