mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-font-lock-keywords): Fix last change.
This commit is contained in:
parent
7bf1bb2124
commit
fc7da30b8b
2 changed files with 5 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ Subexpression 2 must end right before the \\n or \\r.")
|
|||
;; Explicitly put the default face on file names ending in a colon to
|
||||
;; avoid fontifying them as directory header.
|
||||
(list (concat dired-re-maybe-mark dired-re-inode-size dired-re-perms ".*:$")
|
||||
'(".+" (dired-move-to-filename) nil (0 default)))
|
||||
'(".+" (dired-move-to-filename) nil (0 'default)))
|
||||
;;
|
||||
;; Directory headers.
|
||||
(list dired-subdir-regexp '(1 dired-header-face))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue