diff lisp/speedbar.el @ 90114:e4694597cbf4

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 129-149) - Update from CVS - Merge from gnus--rel--5.10 - (make-text-button): Default button type if not specified - quick-install-emacs: Use mkdir --verbose only when requested * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 31-33) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 03 Mar 2005 10:35:22 +0000
parents 3ebd9bdb4fe5 7f27833efe51
children 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/speedbar.el	Wed Mar 02 11:04:29 2005 +0000
+++ b/lisp/speedbar.el	Thu Mar 03 10:35:22 2005 +0000
@@ -761,11 +761,9 @@
 				  (display-graphic-p)
 				window-system))
   "*Non-nil means to automatically update the display.
-When this is nil then speedbar will not follow the attached frame's path.
-When speedbar is active, use:
-
-\\<speedbar-key-map> `\\[speedbar-toggle-updates]'
-
+When this is nil then speedbar will not follow the attached
+frame's path.  Type \
+\\<speedbar-key-map>\\[speedbar-toggle-updates] in the speedbar \
 to toggle this value.")
 
 (defvar speedbar-syntax-table nil
@@ -1344,7 +1342,7 @@
     (if (equal (car pos) speedbar-frame)
 	(save-excursion
 	  (save-window-excursion
-	    (apply 'set-mouse-position pos)
+	    (apply 'set-mouse-position (list (car pos) (cadr pos) (cddr pos)))
 	    (speedbar-item-info))))))
 
 (defun speedbar-set-mode-line-format ()