From: Kai Grossjohann Date: Mon, 24 Feb 2003 16:47:10 +0000 (+0000) Subject: 2003-02-24 Reiner Steib X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=f313e7950f98631c9817cc76abc1cbd601f68857;p=gnus 2003-02-24 Reiner Steib * gnus-start.el (gnus-backup-startup-file): Fixed custom type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5c60bd21..7c0699bb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-02-24 Reiner Steib + + * gnus-start.el (gnus-backup-startup-file): Fixed custom type. + 2003-02-24 Ted Zlatanov From Michael Shields diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index cff208358..c1d902244 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -46,7 +46,9 @@ This variable takes the same values as the `version-control' variable." :group 'gnus-start - :type 'boolean) + :type '(choice (const :tag "Never" never) + (const :tag "If existing" nil) + (other :tag "Always" t))) (defcustom gnus-init-file (nnheader-concat gnus-home-directory ".gnus") "Your Gnus Emacs-Lisp startup file name.