diff options
| -rw-r--r-- | lisp/ebuff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index bfac2afe6e9..ec230bc8a62 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -162,7 +162,7 @@ Entry to this mode via command `electric-buffer-list' calls the value of | |||
| 162 | (setq major-mode 'Electric-buffer-menu-mode) | 162 | (setq major-mode 'Electric-buffer-menu-mode) |
| 163 | (goto-char (point-min)) | 163 | (goto-char (point-min)) |
| 164 | (if (search-forward "\n." nil t) (forward-char -1)) | 164 | (if (search-forward "\n." nil t) (forward-char -1)) |
| 165 | (run-hooks 'electric-buffer-menu-mode-hook)) | 165 | (run-mode-hooks 'electric-buffer-menu-mode-hook)) |
| 166 | 166 | ||
| 167 | ;; generally the same as Buffer-menu-mode-map | 167 | ;; generally the same as Buffer-menu-mode-map |
| 168 | ;; (except we don't indirect to global-map) | 168 | ;; (except we don't indirect to global-map) |