aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen2001-11-07 08:03:55 +0000
committerPer Abrahamsen2001-11-07 08:03:55 +0000
commita84ff57ae19116dbab8378eb28151e964f765ec5 (patch)
treefdaf9306b627eee3264ab08d0e1c0806839b5b2a
parent5519ece6d20bee418d3e90c6993ceb8a3018ce93 (diff)
downloademacs-a84ff57ae19116dbab8378eb28151e964f765ec5.tar.gz
emacs-a84ff57ae19116dbab8378eb28151e964f765ec5.zip
Backed out last change.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-edit.el2
2 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3182f93ddd9..c0951c1588a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,3 @@
12001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
2
3 * cus-edit.el (custom-face-menu): Clarify menu entry.
4
52001-11-07 Miles Bader <miles@gnu.org> 12001-11-07 Miles Bader <miles@gnu.org>
6 2
7 * paren.el (show-paren-match-face): Add dark-background variant. 3 * paren.el (show-paren-match-face): Add dark-background variant.
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 9bb0b7750ab..06135b190c0 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2829,7 +2829,7 @@ SPEC must be a full face spec."
2829 ("Just current attributes" custom-face-edit-selected 2829 ("Just current attributes" custom-face-edit-selected
2830 (lambda (widget) 2830 (lambda (widget)
2831 (not (eq (widget-get widget :custom-form) 'selected)))) 2831 (not (eq (widget-get widget :custom-form) 'selected))))
2832 ("Show initial Lisp expression" custom-face-edit-lisp 2832 ("Show as Lisp expression" custom-face-edit-lisp
2833 (lambda (widget) 2833 (lambda (widget)
2834 (not (eq (widget-get widget :custom-form) 'lisp))))) 2834 (not (eq (widget-get widget :custom-form) 'lisp)))))
2835 "Alist of actions for the `custom-face' widget. 2835 "Alist of actions for the `custom-face' widget.