diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:30:34 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 12:30:34 +0000 |
commit | 9cc2adf76865e71cff304de91d9e5f33a8c559b5 (patch) | |
tree | 9379f71305c2837cf8956c1d6a0235ba2f3d9b52 /lisp/bs.el | |
parent | d8842d9b74a91e655854c17ed4a8c88ad13a100c (diff) | |
download | emacs-9cc2adf76865e71cff304de91d9e5f33a8c559b5.tar.gz |
(bs-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r-- | lisp/bs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 76d8d25051f..4c8b74bb59f 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -656,7 +656,7 @@ to show always. truncate-lines t font-lock-defaults '(bs-mode-font-lock-keywords t) font-lock-verbose nil) - (run-hooks 'bs-mode-hook)) + (run-mode-hooks 'bs-mode-hook)) (defun bs-kill () "Let buffer disappear and reset window-configuration." |