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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Mon, 28 Feb 2005 01:18:37 -0500

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.62 emacs/lisp/speedbar.el:1.63
*** emacs/lisp/speedbar.el:1.62 Wed Feb  9 15:50:41 2005
--- emacs/lisp/speedbar.el      Mon Feb 28 06:18:37 2005
***************
*** 761,771 ****
                                  (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]'
! 
  to toggle this value.")
  
  (defvar speedbar-syntax-table nil
--- 761,769 ----
                                  (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.  Type \
! \\<speedbar-key-map>\\[speedbar-toggle-updates] in the speedbar \
  to toggle this value.")
  
  (defvar speedbar-syntax-table nil
***************
*** 1344,1350 ****
      (if (equal (car pos) speedbar-frame)
        (save-excursion
          (save-window-excursion
!           (apply 'set-mouse-position pos)
            (speedbar-item-info))))))
  
  (defun speedbar-set-mode-line-format ()
--- 1342,1348 ----
      (if (equal (car pos) speedbar-frame)
        (save-excursion
          (save-window-excursion
!           (apply 'set-mouse-position (list (car pos) (cadr pos) (cddr pos)))
            (speedbar-item-info))))))
  
  (defun speedbar-set-mode-line-format ()




reply via email to

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