From a84ff57ae19116dbab8378eb28151e964f765ec5 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Wed, 7 Nov 2001 08:03:55 +0000 Subject: [PATCH] Backed out last change. --- lisp/ChangeLog | 4 ---- lisp/cus-edit.el | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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. -- 2.39.2