From: Miles Bader Date: Tue, 28 Nov 2000 06:52:10 +0000 (+0000) Subject: (custom-face-attributes): Typo. X-Git-Tag: emacs-pretest-21.0.92~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5fc769815a9bffd517c4f8a24f9457f338f86dd;p=emacs.git (custom-face-attributes): Typo. --- diff --git a/lisp/cus-face.el b/lisp/cus-face.el index dd6692bc9e8..90997096291 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -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)