summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-05-06 16:43:46 +0800
committerChong Yidong <cyd@gnu.org>2012-05-06 16:43:46 +0800
commit3cc99f68ad114947ab5597a4255f5cca25a71d78 (patch)
treea817d7b7440a8e95a39c93e5b9e3e39990ebce82 /lisp/buff-menu.el
parent6632d361114f2d104b689e2213dce1eb3474de0a (diff)
downloademacs-3cc99f68ad114947ab5597a4255f5cca25a71d78.tar.gz
Some cleanups for the buffer menu and electric buffer menu.
* lisp/buff-menu.el (list-buffers): Move C-x C-b binding from buff-menu.el to bindings.el. * lisp/ebuff-menu.el (Electric-buffer-menu-undefined): Use the :advertised-binding feature.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index e1793711607..105ee50958e 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -641,9 +641,6 @@ The current window remains selected."
;;;###autoload
-(define-key ctl-x-map "\C-b" 'list-buffers)
-
-;;;###autoload
(defun list-buffers (&optional files-only)
"Display a list of names of existing buffers.
The list is displayed in a buffer named `*Buffer List*'.