From: Stefan Kangas <stefankangas@gmail.com>
Date: Tue, 27 Sep 2022 21:28:26 +0000 (+0200)
Subject: ; * lisp/image/image-dired.el: Fix typo.
X-Git-Tag: emacs-29.0.90~1856^2~180
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adaa2fc90e5c5da4d2469bc20614328ec2ddca78;p=emacs.git

; * lisp/image/image-dired.el: Fix typo.
---

diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 2c2f24be640..f4ae6e9bfda 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -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))