branch: elpa/keycast commit afe071c00c22a0b43a5294d353fc297fed85903d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Use and-let* for side-effects --- keycast.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycast.el b/keycast.el index fca08d684c..9484124ca0 100644 --- a/keycast.el +++ b/keycast.el @@ -494,7 +494,7 @@ t to show the actual COMMAND, or a symbol to be shown instead." "Produce key binding information for the tab bar." (and keycast-tab-bar-mode (keycast--active-frame-p) - (when-let ((output (keycast--format keycast-tab-bar-format))) + (and-let* ((output (keycast--format keycast-tab-bar-format))) (concat output (make-string (max 0 (- keycast-tab-bar-minimal-width (length output)))