]> git.eshelyaron.com Git - emacs.git/commit
Fix last Ibuffer change and improve feedback messages
authorStephen Berman <stephen.berman@gmx.net>
Wed, 13 Sep 2023 21:43:54 +0000 (23:43 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Wed, 13 Sep 2023 21:43:54 +0000 (23:43 +0200)
commit9d9570bfbf5c820e096d3821a6bc041ef5af4645
treebeb607d4e71b0bc997a9da3e4248925927bb9e95
parent9838f786ded35fe49bbe84dd78af84df1337adbf
Fix last Ibuffer change and improve feedback messages

* lisp/ibuf-macs.el (define-ibuffer-op): Emit grammatically
correct message on finishing operation, and don't operate when
there are no marked buffer lines and point is not on a buffer
line.  (bug#64230, Message #21)

* lisp/ibuffer.el (ibuffer-map-lines): Take acting on only one
buffer line and using non-nil 'ibuffer-expert' into account.
lisp/ibuf-macs.el
lisp/ibuffer.el