From: Karl Heuer Date: Tue, 23 Mar 1999 00:58:50 +0000 (+0000) Subject: (custom-variable-prompt): Allow customization of X-Git-Tag: emacs-20.4~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa08de9625e1bb149a117de10046327834c5b58d;p=emacs.git (custom-variable-prompt): Allow customization of autoloaded symbols. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5272f8a7a87..98c0aa6a4d7 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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)