# HG changeset patch # User Andreas Schwab # Date 898678978 0 # Node ID f330ab785b83ce876ab1048204f02861b1f67c5d # Parent c129b4c40a0c696525c66e29a6396518db1bc763 (byte-compile-generate-call-tree): Use `other' widget type. diff -r c129b4c40a0c -r f330ab785b83 lisp/emacs-lisp/bytecomp.el --- 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