emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Thu, 10 Apr 2003 07:59:45 -0400

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.181 
emacs/lisp/international/mule.el:1.182
*** emacs/lisp/international/mule.el:1.181      Fri Mar 28 21:56:35 2003
--- emacs/lisp/international/mule.el    Thu Apr 10 07:59:45 2003
***************
*** 1717,1724 ****
          (set-buffer-modified-p modified-p))))
    inserted)
  
! (add-hook 'after-insert-file-functions
!         '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.
--- 1717,1724 ----
          (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]