diff options
| author | Lute Kamstra | 2005-05-26 13:15:33 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-05-26 13:15:33 +0000 |
| commit | d936d373349fdefa24e9588b2eb58b6564f20ac0 (patch) | |
| tree | 7ea0b0a27cd81b410b8aaf46fd20e639be491f26 | |
| parent | c91809b285df320be8db53a449001c0159b857c2 (diff) | |
| download | emacs-d936d373349fdefa24e9588b2eb58b6564f20ac0.tar.gz emacs-d936d373349fdefa24e9588b2eb58b6564f20ac0.zip | |
(speedbar-mode): Use run-mode-hooks.
| -rw-r--r-- | lisp/speedbar.el | 2 |
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 | ||