aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-04-26 17:12:34 +0000
committerStefan Monnier2000-04-26 17:12:34 +0000
commit23c0fb21e745ac28ec24695bdf7fef723f5f86ad (patch)
tree5de2189a39dfbd9846d7ef92046a0bf66c3198a2
parentf03392a12d54e52f8f2332ec146de91992360144 (diff)
downloademacs-23c0fb21e745ac28ec24695bdf7fef723f5f86ad.tar.gz
emacs-23c0fb21e745ac28ec24695bdf7fef723f5f86ad.zip
(custom-face): Fix parenthesis.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-edit.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4041dde8f6..a282fb6dedd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-04-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * cus-edit.el (custom-face): Fix parenthesis.
4
12000-04-26 Kenichi Handa <handa@etl.go.jp> 52000-04-26 Kenichi Handa <handa@etl.go.jp>
2 6
3 * mail/rmail.el (rmail-expunge): When there are no deleted 7 * 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.")
2549 "Customize face." 2549 "Customize face."
2550 :sample-face 'custom-face-tag-face 2550 :sample-face 'custom-face-tag-face
2551 :help-echo "Set or reset this face." 2551 :help-echo "Set or reset this face."
2552 :documentation-property #'face-doc-string) 2552 :documentation-property #'face-doc-string
2553 :value-create 'custom-face-value-create 2553 :value-create 'custom-face-value-create
2554 :action 'custom-face-action 2554 :action 'custom-face-action
2555 :custom-category 'face 2555 :custom-category 'face