diff lisp/speedbar.el @ 60304:7f27833efe51

(speedbar-update-flag): Doc fix. (speedbar-show-info-under-mouse): Give set-mouse-position the right argument.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 28 Feb 2005 06:18:37 +0000
parents aac0a33f5772
children 27e50b1a9fb8 e4694597cbf4
line wrap: on
line diff
--- a/lisp/speedbar.el	Mon Feb 28 06:17:52 2005 +0000
+++ b/lisp/speedbar.el	Mon Feb 28 06:18:37 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 ()