emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Mon, 27 Dec 2004 12:05:22 -0500

Index: emacs/lisp/wid-edit.el
diff -c emacs/lisp/wid-edit.el:1.133 emacs/lisp/wid-edit.el:1.134
*** emacs/lisp/wid-edit.el:1.133        Fri Dec 17 15:17:47 2004
--- emacs/lisp/wid-edit.el      Mon Dec 27 16:38:57 2004
***************
*** 3059,3065 ****
  (defvar widget-function-prompt-value-history nil
    "History of input to `widget-function-prompt-value'.")
  
! (define-widget 'function 'sexp
    "A Lisp function."
    :complete-function (lambda ()
                       (interactive)
--- 3059,3065 ----
  (defvar widget-function-prompt-value-history nil
    "History of input to `widget-function-prompt-value'.")
  
! (define-widget 'function 'restricted-sexp
    "A Lisp function."
    :complete-function (lambda ()
                       (interactive)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]