From: Stefan Monnier Date: Wed, 26 Apr 2000 17:12:34 +0000 (+0000) Subject: (custom-face): Fix parenthesis. X-Git-Tag: emacs-pretest-21.0.90~4135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23c0fb21e745ac28ec24695bdf7fef723f5f86ad;p=emacs.git (custom-face): Fix parenthesis. --- 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