mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-face-attributes): Typo.
This commit is contained in:
parent
36b80a0dd4
commit
f5fc769815
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@
|
|||
(and (stringp real-value) real-value)
|
||||
nil))
|
||||
(style
|
||||
(and (consp real-value) (plist-get real-value :line-width))))
|
||||
(and (consp real-value) (plist-get real-value :style))))
|
||||
(list :line-width lwidth :color color :style style)))
|
||||
;; filter to make customized-value suitable for storing
|
||||
(lambda (cus-value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue