]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-font-lock-keywords): Fix last change.
authorAndreas Schwab <schwab@suse.de>
Fri, 5 Dec 2008 13:36:46 +0000 (13:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 5 Dec 2008 13:36:46 +0000 (13:36 +0000)
lisp/ChangeLog
lisp/dired.el

index 90aea8fa6f2dda54e000cd7c94acd72d9cc63fa2..75a1acf3fff9a3e4b2d544aa4452f9d7bca8d406 100644 (file)
@@ -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
index 2c219dd1da489c5c82edec50d0d9dab375f26675..8e1d574b270927f30f57c7209838cb66fdea1c1c 100644 (file)
@@ -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))