international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.

This commit is contained in:
Kenichi Handa 2010-02-08 16:08:18 +09:00
parent 50e4518b52
commit 7fad1447ad
2 changed files with 6 additions and 1 deletions

View 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):

View 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