diff options
| author | Per Abrahamsen | 2001-11-07 07:56:02 +0000 |
|---|---|---|
| committer | Per Abrahamsen | 2001-11-07 07:56:02 +0000 |
| commit | 5519ece6d20bee418d3e90c6993ceb8a3018ce93 (patch) | |
| tree | e78980606bf71d79bf7b533a2a742151d25cce0b | |
| parent | 7a4564a4b4e0d24dcfac5507037c98c65de5056e (diff) | |
| download | emacs-5519ece6d20bee418d3e90c6993ceb8a3018ce93.tar.gz emacs-5519ece6d20bee418d3e90c6993ceb8a3018ce93.zip | |
2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-menu): Clarify menu entry.
| -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. |