Hi Kai! This fixes a pesky "Undefined function" warning in nnir.el. NOTE: This patch has been committed. Gnus patch: ChangeLog files diff command: cvs -q diff -U 0 Files affected: contrib/ChangeLog Source files diff command: cvs -q diff -uN Files affected: contrib/nnir.el Index: contrib/ChangeLog =================================================================== RCS file: /usr/local/cvsroot/gnus/contrib/ChangeLog,v retrieving revision 1.82 diff -u -U0 -r1.82 ChangeLog --- contrib/ChangeLog 30 Sep 2003 21:30:34 -0000 1.82 +++ contrib/ChangeLog 24 Oct 2003 21:43:42 -0000 @@ -0,0 +1,4 @@ +2003-10-24 Steve Youngs + + * nnir.el: Autoload `read-kbd-macro' at compile time. + Index: contrib/nnir.el =================================================================== RCS file: /usr/local/cvsroot/gnus/contrib/nnir.el,v retrieving revision 1.2 diff -u -u -r1.2 nnir.el --- contrib/nnir.el 30 Sep 2003 21:30:34 -0000 1.2 +++ contrib/nnir.el 24 Oct 2003 21:43:38 -0000 @@ -308,7 +308,8 @@ (eval-and-compile (require 'gnus-util)) (eval-when-compile - (require 'nnimap)) + (require 'nnimap) + (autoload 'read-kbd-macro "edmacro" nil t)) (nnoo-declare nnir) (nnoo-define-basics nnir) -- |---------------------| | Ashes to ashes, dust to dust. | | The proof of the pudding, is under the crust. | |---------------------------------|