mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(buffer-menu-mode-hook): Add obsolete alias.
This commit is contained in:
parent
9c7a6b159d
commit
bf48d4efbb
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue