aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ()