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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Thu, 26 May 2005 09:15:33 -0400

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.63 emacs/lisp/speedbar.el:1.64
*** emacs/lisp/speedbar.el:1.63 Mon Feb 28 06:18:37 2005
--- emacs/lisp/speedbar.el      Thu May 26 13:15:33 2005
***************
*** 1306,1312 ****
        (if speedbar-track-mouse-flag
          (set (make-local-variable 'track-mouse) t))   ;this could be messy.
        (setq auto-show-mode nil))      ;no auto-show for Emacs
!     (run-hooks 'speedbar-mode-hook))
    (speedbar-update-contents)
    speedbar-buffer)
  
--- 1306,1312 ----
        (if speedbar-track-mouse-flag
          (set (make-local-variable 'track-mouse) t))   ;this could be messy.
        (setq auto-show-mode nil))      ;no auto-show for Emacs
!     (run-mode-hooks 'speedbar-mode-hook))
    (speedbar-update-contents)
    speedbar-buffer)
  




reply via email to

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