]> code.delx.au - gnu-emacs/commitdiff
international/mule-util.el (with-coding-priority): Add autoload cookie for putting...
authorKenichi Handa <handa@m17n.org>
Mon, 8 Feb 2010 07:08:18 +0000 (16:08 +0900)
committerKenichi Handa <handa@m17n.org>
Mon, 8 Feb 2010 07:08:18 +0000 (16:08 +0900)
lisp/ChangeLog
lisp/international/mule-util.el

index 3b21c52e1d6efcb4df47e0f104680161f9002502..95bed4244af5f712a7d4a3154e7e59787d68cdbf 100644 (file)
@@ -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):
index 74ef25e147b7241955df332e5738b0e73cc55522..da9baef266cd9b41e6a6ed7aeb557bd1d2b0e587 100644 (file)
@@ -323,7 +323,7 @@ operations such as `find-coding-systems-region'."
      (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