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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Mon, 21 Jul 2003 05:54:09 -0400

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.187 
emacs/lisp/international/mule.el:1.188
*** emacs/lisp/international/mule.el:1.187      Wed May 28 22:54:03 2003
--- emacs/lisp/international/mule.el    Mon Jul 21 05:54:09 2003
***************
*** 1513,1526 ****
                                   sgml-html-meta-auto-coding-function)
    "A list of functions which attempt to determine a coding system.
  
! Each function in this list should be written to operate on the current
! buffer, but should not modify it in any way.  It should take one
! argument SIZE, past which it should not search.  If a function
! succeeds in determining a coding system, it should return that coding
! system.  Otherwise, it should return nil.
  
! Any `coding:' tags present have a higher priority than the
! functions in this list."
    :group 'files
    :group 'mule
    :type '(repeat function))
--- 1513,1530 ----
                                   sgml-html-meta-auto-coding-function)
    "A list of functions which attempt to determine a coding system.
  
! Each function in this list should be written to operate on the
! current buffer, but should not modify it in any way.  The buffer
! will contain undecoded text of parts of the file.  Each function
! should take one argument, SIZE, which says how many
! characters (starting from point) it should look at.
  
! If one of these functions succeeds in determining a coding
! system, it should return that coding system.  Otherwise, it
! should return nil.
! 
! If a file has a `coding:' tag, that takes precedence over these
! functions, so they won't be called at all."
    :group 'files
    :group 'mule
    :type '(repeat function))




reply via email to

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