Mercurial > emacs
changeset 20397:a7bab1d0c5e3
(custom-variable-prompt): Ensure valid variable name
is selected.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Dec 1997 04:29:45 +0000 |
parents | ba46225fd687 |
children | 47f326ffb7ba |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Thu Dec 04 04:28:41 1997 +0000 +++ b/lisp/cus-edit.el Thu Dec 04 04:29:45 1997 +0000 @@ -408,7 +408,7 @@ obarray (lambda (symbol) (and (boundp symbol) (or (get symbol 'custom-type) - (user-variable-p symbol)))))) + (user-variable-p symbol)))) t)) (list (if (equal val "") (if (symbolp v) v nil) (intern val)))))