Mercurial > emacs
changeset 63492:980e418a44ee
(gnus-score-customize): Don't use `format' on `error' arguments.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 14:46:53 +0000 |
parents | eb8609914b2b |
children | 9af9fa2b3a22 |
files | lisp/gnus/gnus-cus.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-cus.el Thu Jun 16 14:45:59 2005 +0000 +++ b/lisp/gnus/gnus-cus.el Thu Jun 16 14:46:53 2005 +0000 @@ -772,8 +772,8 @@ 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 @@ ;; 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