diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index a1b8ed28cae..6687bec31f6 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -3694,7 +3694,7 @@ example: | |||
| 3694 | (defun widget-color--choose-action (widget &optional _event) | 3694 | (defun widget-color--choose-action (widget &optional _event) |
| 3695 | (list-colors-display | 3695 | (list-colors-display |
| 3696 | nil nil | 3696 | nil nil |
| 3697 | (let ((cbuf ,(current-buffer)) | 3697 | (let ((cbuf (current-buffer)) |
| 3698 | (wp (widget-get widget :parent))) | 3698 | (wp (widget-get widget :parent))) |
| 3699 | (lambda (color) | 3699 | (lambda (color) |
| 3700 | (when (buffer-live-p cbuf) | 3700 | (when (buffer-live-p cbuf) |