From: Andreas Schwab Date: Wed, 24 Jun 1998 09:02:58 +0000 (+0000) Subject: (byte-compile-generate-call-tree): X-Git-Tag: emacs-20.3~501 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/778c757617f057e3857c9986d76811404f33e603 (byte-compile-generate-call-tree): Use `other' widget type. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index eec97331f6..8937462a67 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