1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(function): Use restricted-sexp as parent.

This commit is contained in:
Richard M. Stallman 2004-12-27 16:38:57 +00:00
parent e7e7e16883
commit 9947768432

View File

@ -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)