; Fix extra "," in previous commit
This commit is contained in:
parent
2fcdb95363
commit
c819c053ad
1 changed files with 1 additions and 1 deletions
|
@ -3694,7 +3694,7 @@ example:
|
|||
(defun widget-color--choose-action (widget &optional _event)
|
||||
(list-colors-display
|
||||
nil nil
|
||||
(let ((cbuf ,(current-buffer))
|
||||
(let ((cbuf (current-buffer))
|
||||
(wp (widget-get widget :parent)))
|
||||
(lambda (color)
|
||||
(when (buffer-live-p cbuf)
|
||||
|
|
Loading…
Add table
Reference in a new issue