# HG changeset patch # User Nick Roberts # Date 1109571517 0 # Node ID 7f27833efe51d9fa88215cc4081e071f4b654ddb # Parent 178302732a79036da7d61ce8654df27ac6535082 (speedbar-update-flag): Doc fix. (speedbar-show-info-under-mouse): Give set-mouse-position the right argument. diff -r 178302732a79 -r 7f27833efe51 lisp/speedbar.el --- 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-toggle-updates]' - +When this is nil then speedbar will not follow the attached +frame's path. Type \ +\\\\[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 ()