summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-topic.el
diff options
context:
space:
mode:
authorShengHuo ZHU <zsh@cs.rochester.edu>2000-12-24 06:36:33 +0000
committerShengHuo ZHU <zsh@cs.rochester.edu>2000-12-24 06:36:33 +0000
commit1cefbd4d3f049bae4ad197779798cf6341f126d4 (patch)
tree4dd5a8c19ee0ad679c6789fb412edd3f9df34bfb /lisp/gnus/gnus-topic.el
parentec7e410941f7e865b8a37dc5dbc9f78d81482c9b (diff)
downloademacs-1cefbd4d3f049bae4ad197779798cf6341f126d4.tar.gz
* message.el (message-setup): Use cons. Suggested by Johan Vromans
<jvromans@squirrel.nl>. * gnus-topic.el (gnus-topic-create-topic): Use list. * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art before binding gnus-default-article-saver. * gnus-sum.el (gnus-summary-save-article): (gnus-summary-pipe-output): (gnus-summary-save-article-mail): (gnus-summary-save-article-rmail): (gnus-summary-save-article-file): (gnus-summary-write-article-file): (gnus-summary-save-article-body-file): Ditto. * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
Diffstat (limited to 'lisp/gnus/gnus-topic.el')
-rw-r--r--lisp/gnus/gnus-topic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index 4b22a4d7840..3761dbc17b9 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -1130,7 +1130,7 @@ When used interactively, PARENT will be the topic under point."
(unless parent
(setq parent (caar gnus-topic-topology)))
(let ((top (cdr (gnus-topic-find-topology parent)))
- (full-topic (or full-topic `((,topic visible)))))
+ (full-topic (or full-topic (list (list topic 'visible nil nil)))))
(unless top
(error "No such parent topic: %s" parent))
(if previous