aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-28 12:00:24 +0200
committerLars Ingebrigtsen2019-07-28 12:00:29 +0200
commit65274ab1c96fbd4bbd6303dc6c6567f1cd2470bc (patch)
tree214120b3576e505d15f10b491a667e4b77b225bf /etc
parent348a6de118b952dd1507df6139d559bf0199cfd1 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d876c95e68c..e79a6ec9974 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
652command itself, not how many files are marked in total. 652command itself, not how many files are marked in total.
653 653
654---
655*** A new face, `dired-socket', is used to highlight sockets, names
656pipes, 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'.