1
Fork 0
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:
Richard M. Stallman 2004-11-16 22:37:04 +00:00
parent 724cde0d1d
commit de5ffeadde

View file

@ -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)