From: Steve Youngs Date: Fri, 24 Oct 2003 21:43:57 +0000 (+0000) Subject: 2003-10-24 Steve Youngs X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=4bbfe13bd7099ad7c36bdc3fe9e26be005459d0f;p=gnus 2003-10-24 Steve Youngs * nnir.el: Autoload `read-kbd-macro' at compile time. --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 31a005e23..f0abd9d68 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2003-10-24 Steve Youngs + + * nnir.el: Autoload `read-kbd-macro' at compile time. + 2003-09-30 Kai Grossjohann From Torsten Hilbrich . diff --git a/contrib/nnir.el b/contrib/nnir.el index bd45472eb..0c5f236a2 100644 --- a/contrib/nnir.el +++ b/contrib/nnir.el @@ -298,7 +298,7 @@ ;;; Setup Code: -(defconst nnir-version "$Id: nnir.el,v 1.1 2003/09/30 21:19:01 kaig Exp $" +(defconst nnir-version "$Id: nnir.el,v 1.2 2003/09/30 21:30:34 kaig Exp $" "Version of NNIR.") (require 'cl) @@ -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)