projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0c21e
)
; * lisp/image/image-dired.el: Fix typo.
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 27 Sep 2022 21:28:26 +0000
(23:28 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 27 Sep 2022 21:28:28 +0000
(23:28 +0200)
lisp/image/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image/image-dired.el
b/lisp/image/image-dired.el
index 2c2f24be6403995d40cd5a033997275ed6604931..f4ae6e9bfda2789f1a71f60850dad8a07015532d 100644
(file)
--- 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))