aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/speedbar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 7a6e01f2859..a01b9ddb47e 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -1306,7 +1306,7 @@ in the selected file.
1306 (if speedbar-track-mouse-flag 1306 (if speedbar-track-mouse-flag
1307 (set (make-local-variable 'track-mouse) t)) ;this could be messy. 1307 (set (make-local-variable 'track-mouse) t)) ;this could be messy.
1308 (setq auto-show-mode nil)) ;no auto-show for Emacs 1308 (setq auto-show-mode nil)) ;no auto-show for Emacs
1309 (run-hooks 'speedbar-mode-hook)) 1309 (run-mode-hooks 'speedbar-mode-hook))
1310 (speedbar-update-contents) 1310 (speedbar-update-contents)
1311 speedbar-buffer) 1311 speedbar-buffer)
1312 1312