emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/speedbar.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el,v
Date: Wed, 23 Apr 2008 02:58:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/23 02:58:26

Index: speedbar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/speedbar.el,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- speedbar.el 12 Apr 2008 03:16:21 -0000      1.94
+++ speedbar.el 23 Apr 2008 02:58:26 -0000      1.95
@@ -386,9 +386,8 @@
 INSERT is a function which takes an INDENTation level, and a LIST of
 tags to insert.  It will then create the speedbar buttons.")
 
-(defcustom speedbar-use-tool-tips-flag (and (not (featurep 'xemacs))
-                                      (>= emacs-major-version 21))
-  "*Non-nil means to use tool tips if they are avaialble.
+(defcustom speedbar-use-tool-tips-flag (fboundp 'tooltip-mode)
+  "Non-nil means to use tool tips if they are avaialble.
 When tooltips are not available, mouse-tracking and minibuffer
 display is used instead."
   :group 'speedbar




reply via email to

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