]> code.delx.au - gnu-emacs/commitdiff
Remove duplicate binding
authorTino Calancha <tino.calancha@gmail.com>
Thu, 7 Jul 2016 14:59:45 +0000 (23:59 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Thu, 7 Jul 2016 14:59:45 +0000 (23:59 +0900)
* lisp/ibuffer.el (ibuffer-mode-map): 'ibuffer-mark-by-content-regexp'
just bound to '% g'.
As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2016-07/msg00165.html

lisp/ibuffer.el

index c6ea1b8e239158811848230d89ff01d8a982c756..ae22bd76f2b73a05edc3ae656107e014ea6f0f4d 100644 (file)
@@ -546,7 +546,6 @@ directory, like `default-directory'."
     (define-key map (kbd "% n") 'ibuffer-mark-by-name-regexp)
     (define-key map (kbd "% m") 'ibuffer-mark-by-mode-regexp)
     (define-key map (kbd "% f") 'ibuffer-mark-by-file-name-regexp)
-    (define-key map (kbd "% c") 'ibuffer-mark-by-content-regexp)
     (define-key map (kbd "% g") 'ibuffer-mark-by-content-regexp)
 
     (define-key map (kbd "C-t") 'ibuffer-visit-tags-table)