From f5fc769815a9bffd517c4f8a24f9457f338f86dd Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 28 Nov 2000 06:52:10 +0000 Subject: [PATCH] (custom-face-attributes): Typo. --- lisp/cus-face.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2