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: Mon, 06 Oct 2003 21:29:36 -0400

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.192 
emacs/lisp/international/mule.el:1.193
*** emacs/lisp/international/mule.el:1.192      Sun Sep 28 22:18:39 2003
--- emacs/lisp/international/mule.el    Mon Oct  6 21:29:35 2003
***************
*** 1119,1124 ****
--- 1119,1130 ----
                     first eol)))
      first))
  
+ (defun autoload-coding-system (symbol form)
+   "Define SYMBOL as a coding-system that is defined on demand.
+ 
+ FROM is a form to evaluate to define the coding-system."
+   (put symbol 'coding-system-define-form form))
+ 
  (defun set-buffer-file-coding-system (coding-system &optional force)
    "Set the file coding-system of the current buffer to CODING-SYSTEM.
  This means that when you save the buffer, it will be converted




reply via email to

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