1
Fork 0
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:
Miles Bader 2000-11-28 06:52:10 +00:00
parent 36b80a0dd4
commit f5fc769815

View file

@ -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)