changeset 107110:0db9022d8521

international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Feb 2010 16:11:11 +0900
parents 906017fe8f4b (current diff) 79ae69c59078 (diff)
children 310e92236716
files
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 07 12:23:20 2010 -0800
+++ b/lisp/ChangeLog	Mon Feb 08 16:11:11 2010 +0900
@@ -1,3 +1,8 @@
+2010-02-08  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule-util.el (with-coding-priority): Add autoload
+	cookie for putting `lisp-indent-funciton'.
+
 2010-02-07  Glenn Morris  <rgm@gnu.org>
 
 	* progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
--- a/lisp/international/mule-util.el	Sun Feb 07 12:23:20 2010 -0800
+++ b/lisp/international/mule-util.el	Mon Feb 08 16:11:11 2010 +0900
@@ -323,7 +323,7 @@
      (unwind-protect
 	 (progn ,@body)
        (apply #'set-coding-system-priority ,current)))))
-(put 'with-coding-priority 'lisp-indent-function 1)
+;;;###autoload(put 'with-coding-priority 'lisp-indent-function 1)
 (put 'with-coding-priority 'edebug-form-spec t)
 
 ;;;###autoload