]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:30:34 +0000 (12:30 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:30:34 +0000 (12:30 +0000)
lisp/bs.el

index 76d8d25051fb853a903ebeee2b32059b44dcee91..4c8b74bb59f2dc11ea5ca548e3194e68ccc78a3a 100644 (file)
@@ -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."