# HG changeset patch # User Kenichi Handa # Date 1265613071 -32400 # Node ID 0db9022d8521cc31701b1828ee2add525baa0783 # Parent 906017fe8f4bfbf72e41e5d2b8417fa410147fdf# Parent 79ae69c59078d62529908e644e5153d5baf9dc73 international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton. diff -r 906017fe8f4b -r 0db9022d8521 lisp/ChangeLog --- 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 + + * 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 906017fe8f4b -r 0db9022d8521 lisp/international/mule-util.el --- 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