Mercurial > emacs
changeset 107109:79ae69c59078
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:08:18 +0900 |
parents | 5fe8d912ca9e |
children | 0db9022d8521 a54a2fe12bf1 |
files | lisp/ChangeLog lisp/international/mule-util.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Feb 08 14:51:15 2010 +0900 +++ b/lisp/ChangeLog Mon Feb 08 16:08:18 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 Mon Feb 08 14:51:15 2010 +0900 +++ b/lisp/international/mule-util.el Mon Feb 08 16:08:18 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