diff options
| author | Lars Ingebrigtsen | 2019-07-28 12:00:24 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-28 12:00:29 +0200 |
| commit | 65274ab1c96fbd4bbd6303dc6c6567f1cd2470bc (patch) | |
| tree | 214120b3576e505d15f10b491a667e4b77b225bf /etc | |
| parent | 348a6de118b952dd1507df6139d559bf0199cfd1 (diff) | |
| download | emacs-65274ab1c96fbd4bbd6303dc6c6567f1cd2470bc.tar.gz emacs-65274ab1c96fbd4bbd6303dc6c6567f1cd2470bc.zip | |
Mark block/char devices the same as sockets in dired
* lisp/dired.el (dired-re-socket): Also mark block and char
devices with the socket face (bug#24547).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -651,6 +651,10 @@ remapped to these, respectively. | |||
| 651 | *** The marking commands now report how many files were marked by the | 651 | *** The marking commands now report how many files were marked by the |
| 652 | command itself, not how many files are marked in total. | 652 | command itself, not how many files are marked in total. |
| 653 | 653 | ||
| 654 | --- | ||
| 655 | *** A new face, `dired-socket', is used to highlight sockets, names | ||
| 656 | pipes, block devices and character devices. | ||
| 657 | |||
| 654 | ** Find-Dired | 658 | ** Find-Dired |
| 655 | 659 | ||
| 656 | *** New customizable variable 'find-dired-refine-function'. | 660 | *** New customizable variable 'find-dired-refine-function'. |