From 23c0fb21e745ac28ec24695bdf7fef723f5f86ad Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 26 Apr 2000 17:12:34 +0000 Subject: [PATCH] (custom-face): Fix parenthesis. --- lisp/ChangeLog | 4 ++++ lisp/cus-edit.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4041dde8f6..a282fb6dedd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-04-26 Stefan Monnier + + * cus-edit.el (custom-face): Fix parenthesis. + 2000-04-26 Kenichi Handa * mail/rmail.el (rmail-expunge): When there are no deleted diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index c698ea220d1..30383bff989 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2549,7 +2549,7 @@ Match frames with dark backgrounds.") "Customize face." :sample-face 'custom-face-tag-face :help-echo "Set or reset this face." - :documentation-property #'face-doc-string) + :documentation-property #'face-doc-string :value-create 'custom-face-value-create :action 'custom-face-action :custom-category 'face -- 2.39.5