diff options
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index e3150e42988..df8cd6ec3c2 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -200,6 +200,9 @@ Letters do not insert themselves; instead, they are commands. (setq truncate-lines t) (setq buffer-read-only t)) +(define-obsolete-variable-alias 'buffer-menu-mode-hook + 'Buffer-menu-mode-hook "23.1") + ;; This function exists so we can make the doc string of Buffer-menu-mode ;; look nice. (defun Buffer-menu-revert () |