From bf48d4efbb17a3776268880193182d8e2a21fec2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 3 Sep 2008 04:05:23 +0000 Subject: [PATCH] (buffer-menu-mode-hook): Add obsolete alias. --- lisp/ChangeLog | 4 ++++ lisp/buff-menu.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2955297021..75ef6fc72f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-09-03 Glenn Morris + + * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias. + 2008-09-03 Chong Yidong * isearch.el (isearch-highlight-regexp): Fix last change, quoting 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 () -- 2.39.5