aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-05-26 12:30:34 +0000
committerLute Kamstra2005-05-26 12:30:34 +0000
commit2a16b26c421495eab3b7c8e3072f76c321ba032b (patch)
treed2b6e8bbb3acd07e4ca8dfdbf3b150e6d12a107e
parentf33cee8546e0f31ec1920b5db0559854a3502bad (diff)
downloademacs-2a16b26c421495eab3b7c8e3072f76c321ba032b.tar.gz
emacs-2a16b26c421495eab3b7c8e3072f76c321ba032b.zip
(bs-mode): Use run-mode-hooks.
-rw-r--r--lisp/bs.el2
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.
656 truncate-lines t 656 truncate-lines t
657 font-lock-defaults '(bs-mode-font-lock-keywords t) 657 font-lock-defaults '(bs-mode-font-lock-keywords t)
658 font-lock-verbose nil) 658 font-lock-verbose nil)
659 (run-hooks 'bs-mode-hook)) 659 (run-mode-hooks 'bs-mode-hook))
660 660
661(defun bs-kill () 661(defun bs-kill ()
662 "Let buffer disappear and reset window-configuration." 662 "Let buffer disappear and reset window-configuration."