changeset 24509:3cb266497eb3

(custom-variable-prompt): Allow customization of autoloaded symbols.
author Karl Heuer <kwzh@gnu.org>
date Tue, 23 Mar 1999 00:58:50 +0000
parents f9e613360d62
children 3aeaac397061
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Mar 22 04:12:42 1999 +0000
+++ b/lisp/cus-edit.el	Tue Mar 23 00:58:50 1999 +0000
@@ -412,6 +412,7 @@
 		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)