]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous dired change
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 06:43:36 +0000 (08:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 06:43:40 +0000 (08:43 +0200)
* lisp/dired.el (dired-set-idguid): Remove superfluous '
introduced by previous change (bug#37742).

lisp/dired.el

index 57c5040263fe5d2a387439596f25c640d2c95604..268f0d494be31447912e8edb8a0088ad399d8aa1 100644 (file)
@@ -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-idguid
   '((((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."