diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0951c1588a..3182f93ddd9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-face-menu): Clarify menu entry. | ||
| 4 | |||
| 1 | 2001-11-07 Miles Bader <miles@gnu.org> | 5 | 2001-11-07 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * paren.el (show-paren-match-face): Add dark-background variant. | 7 | * paren.el (show-paren-match-face): Add dark-background variant. |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 06135b190c0..9bb0b7750ab 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 as Lisp expression" custom-face-edit-lisp | 2832 | ("Show initial 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. |