mlang pushed a commit to branch externals/chess in repository elpa. commit 9718b730640d3e334aa52251cd8731d3d4959f2f Author: Mario Lang <ml...@delysid.org> Date: Sun May 25 19:57:13 2014 +0200
Remove setting of obsolte variable ibuffer-maybe-show-regexps --- chess-display.el | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/chess-display.el b/chess-display.el index acc103c..2936a9d 100644 --- a/chess-display.el +++ b/chess-display.el @@ -972,14 +972,11 @@ The key bindings available in this mode are: (chess-game-run-hooks chess-module-game 'undo count)) (ding))) -(defvar ibuffer-maybe-show-regexps) - (defun chess-display-list-buffers () "List all buffders related to this display's current game." (interactive) (let ((chess-game chess-module-game) - (lb-command (lookup-key ctl-x-map [(control ?b)])) - (ibuffer-maybe-show-regexps nil)) + (lb-command (lookup-key ctl-x-map [(control ?b)]))) ;; FIXME: Running "whatever code is bound to `C-x b'" (which could really ;; be anything, if the user is using a completely different key layout, as ;; in Evil, ErgoEmacs, or whatnot) while rebinding buffer-list is