mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
(dired-font-lock-keywords): Fix last change.
This commit is contained in:
parent
7bf1bb2124
commit
fc7da30b8b
@ -1,3 +1,7 @@
|
||||
2008-12-05 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* dired.el (dired-font-lock-keywords): Fix last change.
|
||||
|
||||
2008-12-05 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* international/mule-diag.el (mule-diag): Display the window
|
||||
|
@ -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…
Reference in New Issue
Block a user