(buffer-menu-mode-hook): Add obsolete alias.

This commit is contained in:
Glenn Morris 2008-09-03 04:05:23 +00:00
parent 9c7a6b159d
commit bf48d4efbb
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-09-03 Glenn Morris <rgm@gnu.org>
* buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
2008-09-03 Chong Yidong <cyd@stupidchicken.com>
* isearch.el (isearch-highlight-regexp): Fix last change, quoting

View file

@ -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 ()