Fix up previous dired change again
* lisp/dired.el (dired-set-id): Fix the name of the face after the previous change.
This commit is contained in:
parent
eb57ed8dd2
commit
01ea96b554
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ Subexpression 2 must end right before the \\n.")
|
|||
(defvar dired-perm-write-face 'dired-perm-write
|
||||
"Face name used for permissions of group- and world-writable files.")
|
||||
|
||||
(defface dired-set-idguid
|
||||
(defface dired-set-id
|
||||
'((((type w32 pc)) :inherit default) ;; These default to rw-rw-rw.
|
||||
(t (:inherit font-lock-warning-face)))
|
||||
"Face used to highlight permissions of suid and guid files."
|
||||
|
|
Loading…
Add table
Reference in a new issue