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:
parent
e7e7e16883
commit
9947768432
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user