aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTino Calancha2018-08-13 19:24:31 +0900
committerTino Calancha2018-08-13 19:24:31 +0900
commite73e6838aa595e5a3d217480c96b1d04d3d1cb16 (patch)
tree70ef7f61617fb4bea83eda94f77c7db3bd57f797 /etc
parent12f7116714cf0cc3566ea2a5b1184c99cbfe7b90 (diff)
downloademacs-e73e6838aa595e5a3d217480c96b1d04d3d1cb16.tar.gz
emacs-e73e6838aa595e5a3d217480c96b1d04d3d1cb16.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a1c12a6766c..e563473661e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -45,6 +45,11 @@ often cause crashes. Set it to nil if you really need those fonts.
45 45
46* Changes in Specialized Modes and Packages in Emacs 26.2 46* Changes in Specialized Modes and Packages in Emacs 26.2
47 47
48** Ibuffer
49
50---
51*** New toggle 'ibuffer-do-toggle-lock', bound to 'L'.
52
48** Gnus 53** Gnus
49 54
50--- 55---