XEmacs 21.2.43 "Terspichore".
[chise/xemacs-chise.git.1] / lisp / cus-edit.el
index b6317b3..b27db59 100644 (file)
@@ -304,7 +304,8 @@ Return a list suitable for use in `interactive'."
                obarray (lambda (symbol)
                          (and (boundp symbol)
                               (or (get symbol 'custom-type)
-                                  (user-variable-p symbol)))) t))
+                                  (user-variable-p symbol)))) 
+                t nil nil (and v (symbol-name v))))
      (list (if (equal val "")
               (if (symbolp v) v nil)
             (intern val)))))