1999-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 8 Dec 1999 13:11:41 +0000 (13:11 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Wed, 8 Dec 1999 13:11:41 +0000 (13:11 +0000)
* gnus.el (gnus-select-method): Made the option list prettier.

lisp/ChangeLog
lisp/gnus.el

index a0cd76a..b8b0b31 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus.el (gnus-select-method): Made the option list prettier.
+
 1999-12-08  Florian Weimer  <fw@s.netic.de>
 
        * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1
index 8d0dc98..2430dfc 100644 (file)
@@ -1284,10 +1284,11 @@ this variable.  I think."
                                    (intern (car entry))))
                            gnus-valid-select-methods))
          (string :tag "Address")
-         (editable-list  :inline t
-                         (list :format "%v"
-                               variable
-                               (sexp :tag "Value")))))
+         (repeat :tag "Options"
+                 :inline t
+                 (list :format "%v"
+                       variable
+                       (sexp :tag "Value")))))
 
 (defcustom gnus-updated-mode-lines '(group article summary tree)
   "List of buffers that should update their mode lines.