Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 28, 2024
1 parent 3a595b7 commit 9ceb6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hl-todo.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ceb6f0

Please sign in to comment.