diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:02:58 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:02:58 +0000 |
commit | 778c757617f057e3857c9986d76811404f33e603 (patch) | |
tree | 463c05cc979ebc148b52847917f058edc1e6936d /lisp/emacs-lisp | |
parent | db352ce60ef91eda02fdd1ca21bbf7b705b8e481 (diff) | |
download | emacs-778c757617f057e3857c9986d76811404f33e603.tar.gz emacs-778c757617f057e3857c9986d76811404f33e603.tar.bz2 emacs-778c757617f057e3857c9986d76811404f33e603.zip |
(byte-compile-generate-call-tree):
Use `other' widget type.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index eec97331f67..8937462a67a 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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 @@ The call tree also lists those functions which are not known to be called 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 |