From 0b58f78eed9d2d0270863341890ce44be66d2f0d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 10 Nov 2010 20:05:15 -0800 Subject: [PATCH] * lisp/gnus/nnir.el (gnus-group-topic-name): Autoload. --- lisp/gnus/ChangeLog | 7 ++++++- lisp/gnus/nnir.el | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 948a382bfb5..3a6306e858b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2010-11-11 Glenn Morris + + * nnir.el (gnus-group-topic-name): Autoload. + 2010-11-11 Katsumi Yamaoka * shr.el (shr-insert): Don't break long line if it is because of @@ -17988,7 +17992,8 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 30ffea9dac9..37456774da2 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el @@ -1371,6 +1371,8 @@ Tested with Namazu 2.0.6 on a GNU/Linux system." (cons sym (format (cdr mapping) result))) (cons sym (read-string prompt))))) +(autoload 'gnus-group-topic-name "gnus-topic") + (defun nnir-run-query (query nserver) "Invoke appropriate search engine function (see `nnir-engines'). If some groups were process-marked, run the query for each of the groups -- 2.39.5