diff options
| -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. | |||
| 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." |