# HG changeset patch # User Kenichi Handa # Date 1265612898 -32400 # Node ID 79ae69c59078d62529908e644e5153d5baf9dc73 # Parent 5fe8d912ca9ee8dd1c1acb98c0f4d5cdb12323b8 international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton. diff -r 5fe8d912ca9e -r 79ae69c59078 lisp/ChangeLog --- 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 + + * international/mule-util.el (with-coding-priority): Add autoload + cookie for putting `lisp-indent-funciton'. + 2010-02-07 Glenn Morris * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2): diff -r 5fe8d912ca9e -r 79ae69c59078 lisp/international/mule-util.el --- 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