diff options
| author | Lute Kamstra <lute@gnu.org> | 2005-05-26 13:15:33 +0000 |
|---|---|---|
| committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 13:15:33 +0000 |
| commit | d936d373349fdefa24e9588b2eb58b6564f20ac0 (patch) | |
| tree | 7ea0b0a27cd81b410b8aaf46fd20e639be491f26 /lisp | |
| parent | c91809b285df320be8db53a449001c0159b857c2 (diff) | |
| download | emacs-d936d373349fdefa24e9588b2eb58b6564f20ac0.tar.gz | |
(speedbar-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp')
| -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. (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)) + (run-mode-hooks 'speedbar-mode-hook)) (speedbar-update-contents) speedbar-buffer) |
