Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38a1356d
Commit
38a1356d
authored
Nov 15, 2002
by
Richard M. Stallman
Browse files
(set-buffer-file-coding-system): Redo prev chg.
parent
4a4d4c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/international/mule.el
lisp/international/mule.el
+4
-5
No files found.
lisp/international/mule.el
View file @
38a1356d
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment