]> git.eshelyaron.com Git - emacs.git/commit
Allow to disable symbolic links check in Dired
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Sep 2024 15:42:24 +0000 (17:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:28:20 +0000 (22:28 +0200)
commit64ee82dc463d3ef37bd134964f68d76580e369cb
tree7854a95b2b2b60b5d57e85909f6c56f5406e078c
parentd12d1657ff930224333986c9869f892d7da4725e
Allow to disable symbolic links check in Dired

* doc/emacs/dired.texi (Misc Dired Features):
* doc/misc/tramp.texi (Frequently Asked Questions):
Explain dired-check-symlinks.

* etc/NEWS: Describe dired-check-symlinks.
Fix typos.

* lisp/dired.el (dired-check-symlinks): New defcustom.
(dired-font-lock-keywords): Use it.  (Bug#73046)

(cherry picked from commit f283144658259f209efdef78c576b43832c9c479)
doc/emacs/dired.texi
doc/misc/tramp.texi
etc/NEWS
lisp/dired.el