]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image/image-dired.el: Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Tue, 27 Sep 2022 21:28:26 +0000 (23:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 27 Sep 2022 21:28:28 +0000 (23:28 +0200)
lisp/image/image-dired.el

index 2c2f24be6403995d40cd5a033997275ed6604931..f4ae6e9bfda2789f1a71f60850dad8a07015532d 100644 (file)
@@ -361,7 +361,7 @@ This affects the following commands:
   "Face for the directory name in the header line of the thumbnail buffer."
   :version "29.1")
 
-(defface -image-dired-thumb-header-file-size
+(defface image-dired-thumb-header-file-size
   '((((class color) (min-colors 88)) :foreground "cadet blue")
     (((class color) (min-colors 16)) :foreground "black")
     (default :inherit header-line))