diff options
author | Dave Love <fx@gnu.org> | 2000-11-10 22:55:56 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-10 22:55:56 +0000 |
commit | a4cc3f51d90e889525e23f9229e6ca55f34e75ad (patch) | |
tree | 0e7c8500c355ce1cfa188eb7bdc8d4fef2e87cac /lisp/gnus | |
parent | 33bcee10b3441d093bdace1610226096f4864707 (diff) | |
download | emacs-a4cc3f51d90e889525e23f9229e6ca55f34e75ad.tar.gz |
(gnus-group-name-charset-method-alist): Add
:version.
(nnkiboze-score-file): Defvar when compiling.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 2a50e83287a..82d5942aa48 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -400,6 +400,7 @@ ticked: The number of ticked articles." For example: (((nntp \"news.com.cn\") . cn-gb-2312)) " + :version "21.1" :group 'gnus-charset :type '(repeat (cons (sexp :tag "Method") (symbol :tag "Charset")))) @@ -2350,6 +2351,7 @@ mail messages or news articles in files that have numeric names." (gnus-group-real-name group) (list 'nndir (gnus-group-real-name group) (list 'nndir-directory dir))))) +(eval-when-compile (defvar nnkiboze-score-file)) (defun gnus-group-make-kiboze-group (group address scores) "Create an nnkiboze group. The user will be prompted for a name, a regexp to match groups, and |