; Fix extra "," in previous commit

This commit is contained in:
Noam Postavsky 2017-07-07 18:13:15 -04:00
parent 2fcdb95363
commit c819c053ad

View file

@ -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)