# HG changeset patch # User Kenichi Handa # Date 1050058836 0 # Node ID 589dbff3b7544134312d319fc034e0664c939ae9 # Parent 4a06e3332577ad2db1584f1a7ca27ddf3fe8e790 Don't set after-insert-file-adjust-coding-function. (after-insert-file-set-coding): Renamed from after-insert-file-set-buffer-file-coding-system. diff -r 4a06e3332577 -r 589dbff3b754 lisp/international/mule.el --- a/lisp/international/mule.el Fri Apr 11 10:59:02 2003 +0000 +++ b/lisp/international/mule.el Fri Apr 11 11:00:36 2003 +0000 @@ -1694,7 +1694,7 @@ (setq set-auto-coding-function 'set-auto-coding) -(defun after-insert-file-set-buffer-file-coding-system (inserted) +(defun after-insert-file-set-coding (inserted) "Set `buffer-file-coding-system' of current buffer after text is inserted." (if last-coding-system-used (let ((coding-system @@ -1717,9 +1717,6 @@ (set-buffer-modified-p modified-p)))) inserted) -(setq after-insert-file-adjust-coding-function - 'after-insert-file-set-buffer-file-coding-system) - ;; The coding-spec and eol-type of coding-system returned is decided ;; independently in the following order. ;; 1. That of buffer-file-coding-system locally bound.