From 9ceb6f0ac9f7c12adbd175901fa3b37c21b9ee18 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 28 Jun 2024 20:56:37 +0200 Subject: [PATCH] Fix whitespace --- hl-todo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hl-todo.el b/hl-todo.el index a008aef..af29e17 100644 --- a/hl-todo.el +++ b/hl-todo.el @@ -149,7 +149,7 @@ a Grep implementation other than GNU's, then that may break :set (lambda (symbol value) (set-default-toplevel-value symbol value) (dolist (buf (buffer-list)) - (with-current-buffer buf + (with-current-buffer buf (when (and (bound-and-true-p hl-todo-mode) (boundp 'hl-todo--regexp)) (setq hl-todo--regexp nil)