diff options
| author | Lars Magne Ingebrigtsen | 2011-09-12 09:12:46 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-09-12 09:12:46 +0000 |
| commit | 2af70b9425428a2a0d4d25e49b7d73af375d473e (patch) | |
| tree | dba50c773cdca233de03a9a195f878a7eaa22b57 | |
| parent | 2ba8e0088836fa1bfec2bdd6c92159b7805c399d (diff) | |
| download | emacs-2af70b9425428a2a0d4d25e49b7d73af375d473e.tar.gz emacs-2af70b9425428a2a0d4d25e49b7d73af375d473e.zip | |
gnus.el (gnus-interactive-exit): Update defcustom spec.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 69e3197c556..a89dc713dd8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.el (gnus-interactive-exit): Update defcustom spec. | ||
| 4 | |||
| 1 | 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp. | 7 | * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp. |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 3dfbc862837..924d974eb3c 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1588,7 +1588,8 @@ commands will still require prompting." | |||
| 1588 | If `quiet', update any active summary buffers automatically | 1588 | If `quiet', update any active summary buffers automatically |
| 1589 | first before exiting." | 1589 | first before exiting." |
| 1590 | :group 'gnus-exit | 1590 | :group 'gnus-exit |
| 1591 | :type 'boolean) | 1591 | :type '(choice boolean |
| 1592 | (const quiet))) | ||
| 1592 | 1593 | ||
| 1593 | (defcustom gnus-extract-address-components 'gnus-extract-address-components | 1594 | (defcustom gnus-extract-address-components 'gnus-extract-address-components |
| 1594 | "*Function for extracting address components from a From header. | 1595 | "*Function for extracting address components from a From header. |