]> git.eshelyaron.com Git - emacs.git/commit
Avoid confusing message in Ibuffer (bug#64230)
authorStephen Berman <stephen.berman@gmx.net>
Mon, 11 Sep 2023 14:15:29 +0000 (16:15 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 11 Sep 2023 14:15:29 +0000 (16:15 +0200)
commitca95e45f7e828aebdf2736c9c7b2d64f9621214e
treeb7915b41cd03c087ede92a5bc5cecbbc15ec8771
parent7a3e992ba5333672802729003104f4a733afa2cf
Avoid confusing message in Ibuffer (bug#64230)

* lisp/ibuffer.el (ibuffer-map-lines): With `ibuffer-auto-mode'
enabled, Ibuffer counts the automatically popped up (and hence not
user-marked) buffer "*Ibuffer confirmation*".  Since Ibuffer
reports how many user-marked buffers were acted upon, and in this
case the reported count would be too high by one, decrement the
count to avoid the confusing message.
lisp/ibuffer.el