diff options
| author | Tino Calancha | 2018-08-13 19:24:31 +0900 |
|---|---|---|
| committer | Tino Calancha | 2018-08-13 19:24:31 +0900 |
| commit | e73e6838aa595e5a3d217480c96b1d04d3d1cb16 (patch) | |
| tree | 70ef7f61617fb4bea83eda94f77c7db3bd57f797 /etc | |
| parent | 12f7116714cf0cc3566ea2a5b1184c99cbfe7b90 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | --- |