2003-02-24 Reiner Steib <Reiner.Steib@gmx.de>
authorKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 24 Feb 2003 16:47:10 +0000 (16:47 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Mon, 24 Feb 2003 16:47:10 +0000 (16:47 +0000)
* gnus-start.el (gnus-backup-startup-file): Fixed custom type.

lisp/ChangeLog
lisp/gnus-start.el

index a5c60bd..7c0699b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
+
 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
        From Michael Shields  <shields@msrl.com>
 
index cff2083..c1d9022 100644 (file)
@@ -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.