aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-11-10 20:05:15 -0800
committerGlenn Morris2010-11-10 20:05:15 -0800
commit0b58f78eed9d2d0270863341890ce44be66d2f0d (patch)
tree4877e8aa7b5d31f3e42470443432c3bd556f0210
parentfe98a42fce0f0c8faf7635486264b9b1b016ee90 (diff)
downloademacs-0b58f78eed9d2d0270863341890ce44be66d2f0d.tar.gz
emacs-0b58f78eed9d2d0270863341890ce44be66d2f0d.zip
* lisp/gnus/nnir.el (gnus-group-topic-name): Autoload.
-rw-r--r--lisp/gnus/ChangeLog7
-rw-r--r--lisp/gnus/nnir.el2
2 files changed, 8 insertions, 1 deletions
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 @@
12010-11-11 Glenn Morris <rgm@gnu.org>
2
3 * nnir.el (gnus-group-topic-name): Autoload.
4
12010-11-11 Katsumi Yamaoka <yamaoka@jpl.org> 52010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * shr.el (shr-insert): Don't break long line if it is because of 7 * shr.el (shr-insert): Don't break long line if it is because of
@@ -17988,7 +17992,8 @@
17988 17992
17989See ChangeLog.2 for earlier changes. 17993See ChangeLog.2 for earlier changes.
17990 17994
17991 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 17995 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17996 Free Software Foundation, Inc.
17992 17997
17993 This file is part of GNU Emacs. 17998 This file is part of GNU Emacs.
17994 17999
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."
1371 (cons sym (format (cdr mapping) result))) 1371 (cons sym (format (cdr mapping) result)))
1372 (cons sym (read-string prompt))))) 1372 (cons sym (read-string prompt)))))
1373 1373
1374(autoload 'gnus-group-topic-name "gnus-topic")
1375
1374(defun nnir-run-query (query nserver) 1376(defun nnir-run-query (query nserver)
1375 "Invoke appropriate search engine function (see `nnir-engines'). 1377 "Invoke appropriate search engine function (see `nnir-engines').
1376 If some groups were process-marked, run the query for each of the groups 1378 If some groups were process-marked, run the query for each of the groups