diff options
| author | Richard M. Stallman | 2002-11-15 02:45:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-15 02:45:27 +0000 |
| commit | 0c8440fd6eb2c88176d97110606fb52f4438f68a (patch) | |
| tree | 42aeaa9d47865470b98e3337c2123332d7b8daed /lisp | |
| parent | 49f8f50ab12131b2e209df1c316c8a4e74b73a16 (diff) | |
| download | emacs-0c8440fd6eb2c88176d97110606fb52f4438f68a.tar.gz emacs-0c8440fd6eb2c88176d97110606fb52f4438f68a.zip | |
(set-buffer-file-coding-system): Undo prv chg.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/international/mule.el | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 175b7101e32..dfe97b3b1a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-14 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * international/mule.el (set-buffer-file-coding-system): Undo prv chg. | ||
| 4 | |||
| 1 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> | 5 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 6 | ||
| 3 | * custom.el (custom-declare-group): Remove unnecessary line of | 7 | * custom.el (custom-declare-group): Remove unnecessary line of |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index e425d8b8bfd..ae78b440467 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1179,10 +1179,11 @@ don't want to mark the buffer modified, just set the variable | |||
| 1179 | (setq coding-system | 1179 | (setq coding-system |
| 1180 | (merge-coding-systems coding-system buffer-file-coding-system))) | 1180 | (merge-coding-systems coding-system buffer-file-coding-system))) |
| 1181 | (setq buffer-file-coding-system coding-system) | 1181 | (setq buffer-file-coding-system coding-system) |
| 1182 | ;; This is in case of an explicit call. Normally, `normal-mode' and | 1182 | ;;; This causes problems in bootstrapping. |
| 1183 | ;; `set-buffer-major-mode-hook' take care of setting the table. | 1183 | ;;; ;; This is in case of an explicit call. Normally, `normal-mode' and |
| 1184 | (if (fboundp 'ucs-set-table-for-input) ; don't lose when building | 1184 | ;;; ;; `set-buffer-major-mode-hook' take care of setting the table. |
| 1185 | (ucs-set-table-for-input)) | 1185 | ;;; (if (fboundp 'ucs-set-table-for-input) ; don't lose when building |
| 1186 | ;;; (ucs-set-table-for-input)) | ||
| 1186 | (set-buffer-modified-p t) | 1187 | (set-buffer-modified-p t) |
| 1187 | (force-mode-line-update)) | 1188 | (force-mode-line-update)) |
| 1188 | 1189 | ||