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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Wed, 24 Jul 2002 18:22:47 -0400

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.152 
emacs/lisp/international/mule.el:1.153
*** emacs/lisp/international/mule.el:1.152      Wed Jul 17 15:20:01 2002
--- emacs/lisp/international/mule.el    Wed Jul 24 18:22:47 2002
***************
*** 1541,1558 ****
  These bytes should include at least the first 1k of the file
  and the last 3k of the file, but the middle may be omitted.
  
! It checks FILENAME against the variable `auto-coding-alist'.  If
! FILENAME doesn't match any entries in the variable, it checks the
  contents of the current buffer following point against
  `auto-coding-regexp-alist'.  If no match is found, it checks for a
  `coding:' tag in the first one or two lines following point.  If no
! `coding:' tag is found, it checks for local variables list in the last
  3K bytes out of the SIZE bytes.  Finally, if none of these methods
! succeed, then it checks to see if any function in
! `auto-coding-functions' gives a match.
  
! The return value is the specified coding system,
! or nil if nothing specified.
  
  The variable `set-auto-coding-function' (which see) is set to this
  function by default."
--- 1541,1558 ----
  These bytes should include at least the first 1k of the file
  and the last 3k of the file, but the middle may be omitted.
  
! The function checks FILENAME against the variable `auto-coding-alist'.
! If FILENAME doesn't match any entries in the variable, it checks the
  contents of the current buffer following point against
  `auto-coding-regexp-alist'.  If no match is found, it checks for a
  `coding:' tag in the first one or two lines following point.  If no
! `coding:' tag is found, it checks any local variables list in the last
  3K bytes out of the SIZE bytes.  Finally, if none of these methods
! succeed, it checks to see if any function in `auto-coding-functions'
! gives a match.
  
! The return value is the specified coding system, or nil if nothing is
! specified.
  
  The variable `set-auto-coding-function' (which see) is set to this
  function by default."



reply via email to

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