diff options
author | Romain Francoise <romain@orebokech.com> | 2005-09-24 13:46:20 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-09-24 13:46:20 +0000 |
commit | 81df110a292f64172818df0ce94579a5429563e4 (patch) | |
tree | d915c0420de83f070c02926f691b98e96fdd486b /lisp/gnus/gnus-score.el | |
parent | d88a70a010ef76c08f37497b551a4fc620059096 (diff) | |
download | emacs-81df110a292f64172818df0ce94579a5429563e4.tar.gz emacs-81df110a292f64172818df0ce94579a5429563e4.tar.bz2 emacs-81df110a292f64172818df0ce94579a5429563e4.zip |
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* smime.el (smime-sign-buffer, smime-decrypt-buffer):
* mm-view.el (mm-view-pkcs7-decrypt):
* gnus-sum.el (gnus-summary-limit-to-extra)
(gnus-summary-respool-article, gnus-read-move-group-name):
* gnus-score.el (gnus-summary-increase-score):
* gnus-util.el (gnus-completing-read-with-default):
* gnus-art.el (gnus-read-save-file-name)
(gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
(gnus-summary-save-in-file, gnus-summary-save-body-in-file):
* message.el (message-check-news-header-syntax):
Follow convention for reading with the minibuffer.
Diffstat (limited to 'lisp/gnus/gnus-score.el')
-rw-r--r-- | lisp/gnus/gnus-score.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index e866f7f32fc..22a579c3d69 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -652,7 +652,7 @@ file for the command instead of the current score file." (intern ; need symbol (gnus-completing-read-with-default (symbol-name (car gnus-extra-headers)) ; default response - "Score extra header:" ; prompt + "Score extra header" ; prompt (mapcar (lambda (x) ; completion list (cons (symbol-name x) x)) gnus-extra-headers) |