Mercurial > emacs
changeset 22578:f330ab785b83
(byte-compile-generate-call-tree):
Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:02:58 +0000 |
parents | c129b4c40a0c |
children | d0ad271c7774 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Wed Jun 24 08:58:39 1998 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Wed Jun 24 09:02:58 1998 +0000 @@ -9,7 +9,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.45 $") +(defconst byte-compile-version "$Revision: 2.46 $") ;; This file is part of GNU Emacs. @@ -358,7 +358,7 @@ invoked interactively are excluded from this list." :group 'bytecomp :type '(choice (const :tag "Yes" t) (const :tag "No" nil) - (const :tag "Ask" lambda))) + (other :tag "Ask" lambda))) (defconst byte-compile-call-tree nil "Alist of functions and their call tree. Each element looks like