]> git.eshelyaron.com Git - emacs.git/commit
Ibuffer: Add toggle ibuffer-do-toggle-lock
authorTino Calancha <tino.calancha@gmail.com>
Mon, 13 Aug 2018 10:24:31 +0000 (19:24 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 13 Aug 2018 10:24:31 +0000 (19:24 +0900)
commite73e6838aa595e5a3d217480c96b1d04d3d1cb16
tree70ef7f61617fb4bea83eda94f77c7db3bd57f797
parent12f7116714cf0cc3566ea2a5b1184c99cbfe7b90
Ibuffer: Add toggle ibuffer-do-toggle-lock

Toggle the locked status in marked buffers or the buffer
at point (Bug#32421).
* lisp/ibuffer.el (ibuffer-do-toggle-lock): New command.
(ibuffer-mode-map): Bind it to 'L'.
(ibuffer-mode-operate-map): Add entries for
`ibuffer-do-toggle-read-only' and `ibuffer-do-toggle-lock'.
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 26.2):
Announce the change.
etc/NEWS
lisp/ibuffer.el