Mercurial > emacs
changeset 29641:703433352fc4
(after-insert-file-set-buffer-file-coding-system): Call
set-buffer-file-coding-system with the arg FORCE t.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 Jun 2000 08:02:05 +0000 |
parents | cf567ae7be0e |
children | 5b727419f3aa |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Wed Jun 14 08:01:41 2000 +0000 +++ b/lisp/international/mule.el Wed Jun 14 08:02:05 2000 +0000 @@ -1088,7 +1088,7 @@ (find-new-buffer-file-coding-system last-coding-system-used)) (modified-p (buffer-modified-p))) (when coding-system - (set-buffer-file-coding-system coding-system) + (set-buffer-file-coding-system coding-system t) (if (and enable-multibyte-characters (or (eq coding-system 'no-conversion) (eq (coding-system-type coding-system) 5))