aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-03 04:05:23 +0000
committerGlenn Morris2008-09-03 04:05:23 +0000
commitbf48d4efbb17a3776268880193182d8e2a21fec2 (patch)
tree176f89731acd05dfc40932a60fd6e58b12e035c9
parent9c7a6b159d64bcc457c85bf6a5c0b4ceb13eb7a2 (diff)
downloademacs-bf48d4efbb17a3776268880193182d8e2a21fec2.tar.gz
emacs-bf48d4efbb17a3776268880193182d8e2a21fec2.zip
(buffer-menu-mode-hook): Add obsolete alias.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/buff-menu.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2955297021..75ef6fc72f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-09-03 Glenn Morris <rgm@gnu.org>
2
3 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
4
12008-09-03 Chong Yidong <cyd@stupidchicken.com> 52008-09-03 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * isearch.el (isearch-highlight-regexp): Fix last change, quoting 7 * 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.
200 (setq truncate-lines t) 200 (setq truncate-lines t)
201 (setq buffer-read-only t)) 201 (setq buffer-read-only t))
202 202
203(define-obsolete-variable-alias 'buffer-menu-mode-hook
204 'Buffer-menu-mode-hook "23.1")
205
203;; This function exists so we can make the doc string of Buffer-menu-mode 206;; This function exists so we can make the doc string of Buffer-menu-mode
204;; look nice. 207;; look nice.
205(defun Buffer-menu-revert () 208(defun Buffer-menu-revert ()