From: Per Abrahamsen Date: Wed, 7 Nov 2001 08:03:55 +0000 (+0000) Subject: Backed out last change. X-Git-Tag: ttn-vms-21-2-B4~18765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a84ff57ae19116dbab8378eb28151e964f765ec5;p=emacs.git Backed out last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3182f93ddd9..c0951c1588a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,3 @@ -2001-11-07 Per Abrahamsen - - * cus-edit.el (custom-face-menu): Clarify menu entry. - 2001-11-07 Miles Bader * 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." ("Just current attributes" custom-face-edit-selected (lambda (widget) (not (eq (widget-get widget :custom-form) 'selected)))) - ("Show initial Lisp expression" custom-face-edit-lisp + ("Show as Lisp expression" custom-face-edit-lisp (lambda (widget) (not (eq (widget-get widget :custom-form) 'lisp))))) "Alist of actions for the `custom-face' widget.