projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb90c25
)
ibuffer-map-deletion-lines: Re-included it
author
Tino Calancha
<tino.calancha@gmail.com>
Wed, 7 Dec 2016 14:02:26 +0000
(23:02 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Wed, 7 Dec 2016 14:02:26 +0000
(23:02 +0900)
It was deleted in previous commit, but it's referenced
by the macro 'define-ibuffer-op'.
* lisp/ibuffer.el (ibuffer-map-deletion-lines): Reinclude it.
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index c7cc9dcc4ea1e3dd9b066bee47dc7555695c326d..94cee329d5aa930b44e7168dbbe51b643b59b55c 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-1265,6
+1265,9
@@
a new window in the current frame, splitting vertically."
(lambda (_buf mark)
(eq mark ibuffer-deletion-char))))
+(defsubst ibuffer-map-deletion-lines (func)
+ (ibuffer-map-on-mark ibuffer-deletion-char func))
+
(defsubst ibuffer-assert-ibuffer-mode ()
(cl-assert (derived-mode-p 'ibuffer-mode)))