summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-cus.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-16 14:47:52 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-16 14:47:52 +0000
commitb66c24b4429c4ef3acf555c400169fd8090de195 (patch)
tree0f71098459df925e98f2fe54e36faed21ebe8760 /lisp/gnus/gnus-cus.el
parent998a5a9558b2aed55cf8fbc68ad6f0026948f261 (diff)
downloademacs-b66c24b4429c4ef3acf555c400169fd8090de195.tar.gz
(gnus-score-customize): Don't use `format' on `error' arguments.
Diffstat (limited to 'lisp/gnus/gnus-cus.el')
-rw-r--r--lisp/gnus/gnus-cus.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el
index 0c31ea9dd1b..1a595a6ab7a 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -772,8 +772,8 @@ When called interactively, FILE defaults to the current score file.
This can be changed using the `\\[gnus-score-change-score-file]' command."
(interactive (list gnus-current-score-file))
(unless file
- (error (format "No score file for %s"
- (gnus-group-decoded-name gnus-newsgroup-name))))
+ (error "No score file for %s"
+ (gnus-group-decoded-name gnus-newsgroup-name)))
(let ((scores (gnus-score-load file))
(types (mapcar (lambda (entry)
`(group :format "%v%h\n"
@@ -1014,9 +1014,9 @@ articles in the thread.
;; gnus-agent-cat-prepare-category-field as I don't want the
;; group list to appear when customizing a topic.
(widget-insert "\n")
-
- (let ((symb
- (set
+
+ (let ((symb
+ (set
(make-local-variable 'gnus-agent-cat-groups)
(widget-create
`(choice