Mercurial > emacs
changeset 33938:ec4bfc5cff03
(custom-face-attributes): Typo.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 28 Nov 2000 06:52:10 +0000 |
parents | 45b5584170ff |
children | 70ea62504011 |
files | lisp/cus-face.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-face.el Tue Nov 28 06:41:19 2000 +0000 +++ b/lisp/cus-face.el Tue Nov 28 06:52:10 2000 +0000 @@ -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)