diff lisp/wid-edit.el @ 59131:52e7defa0669

(function): Use restricted-sexp as parent.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 16:38:57 +0000
parents fa849ef3cf2c
children 08c82797edef 95879cc1ed20
line wrap: on
line diff
--- a/lisp/wid-edit.el	Mon Dec 27 16:38:06 2004 +0000
+++ b/lisp/wid-edit.el	Mon Dec 27 16:38:57 2004 +0000
@@ -3059,7 +3059,7 @@
 (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)