1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 196)

   - Update from CVS

2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
   custom choice.

   * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
This commit is contained in:
Miles Bader 2007-01-24 07:13:07 +00:00
parent 53688138bc
commit b28080e33a
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
custom choice.
* gnus-art.el (gnus-signature-limit): Fix custom choice.
2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
* nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):

View File

@ -242,7 +242,7 @@ regexp. If it matches, the text in question is not a signature."
:type '(choice (const nil)
(integer :value 200)
(number :value 4.0)
(function :value fun)
function
(regexp :value ".*"))
:group 'gnus-article-signature)

View File

@ -204,10 +204,10 @@ It can be:
:type '(choice string
(repeat (choice string
(cons regexp (repeat file))
(function :value fun)))
function))
(function-item gnus-hierarchial-home-score-file)
(function-item gnus-current-home-score-file)
(function :value fun)))
function))
(defcustom gnus-home-adapt-file nil
"Variable to control where new adaptive score entries are to go.
@ -217,8 +217,8 @@ This variable allows the same syntax as `gnus-home-score-file'."
:type '(choice string
(repeat (choice string
(cons regexp (repeat file))
(function :value fun)))
(function :value fun)))
function))
function))
(defcustom gnus-default-adaptive-score-alist
`((gnus-kill-file-mark)