]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-variable-prompt): Allow customization of
authorKarl Heuer <kwzh@gnu.org>
Tue, 23 Mar 1999 00:58:50 +0000 (00:58 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 23 Mar 1999 00:58:50 +0000 (00:58 +0000)
autoloaded symbols.

lisp/cus-edit.el

index 5272f8a7a87ffc118aaf64f3373ccab3bf0feb64..98c0aa6a4d7cf2cd6e33494c648947ac414f9f6a 100644 (file)
@@ -412,6 +412,7 @@ Return a list suitable for use in `interactive'."
                obarray (lambda (symbol)
                          (and (boundp symbol)
                               (or (get symbol 'custom-type)
+                                  (get symbol 'custom-loads)
                                   (user-variable-p symbol)))) t))
      (list (if (equal val "")
               (if (symbolp v) v nil)