mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(set-buffer-file-coding-system): Finish previous change.
This commit is contained in:
parent
724cde0d1d
commit
de5ffeadde
1 changed files with 2 additions and 1 deletions
|
|
@ -1162,7 +1162,8 @@ just set the variable `buffer-file-coding-system' directly."
|
|||
;; `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)
|
||||
(unless nomodify
|
||||
(set-buffer-modified-p t))
|
||||
(force-mode-line-update))
|
||||
|
||||
(defun revert-buffer-with-coding-system (coding-system &optional force)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue