diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:38:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:38:57 +0000 |
commit | 9947768432a30b328717e42d1bfd9358eaf32bb6 (patch) | |
tree | da4842b49352c6687b1849bbb9c91079f8504a94 /lisp/wid-edit.el | |
parent | e7e7e168835c79bff058b8cd400b9762c7468f87 (diff) | |
download | emacs-9947768432a30b328717e42d1bfd9358eaf32bb6.tar.gz |
(function): Use restricted-sexp as parent.
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index c782e4262b8..5e67255eac9 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -3059,7 +3059,7 @@ It will read a directory name from the minibuffer when invoked." (defvar widget-function-prompt-value-history nil "History of input to `widget-function-prompt-value'.") -(define-widget 'function 'sexp +(define-widget 'function 'restricted-sexp "A Lisp function." :complete-function (lambda () (interactive) |