Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
The reader actually understands this form correctly as of Emacs 28,
but nevertheless it should be better to avoid this.
  • Loading branch information
Kunht Kun committed Mar 17, 2022
1 parent ef153c7 commit e0ba3e1
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 @@ -52,7 +52,7 @@

;;; Code:

(require' cl-lib)
(require 'cl-lib)

(eval-when-compile
(require 'subr-x))
Expand Down

0 comments on commit e0ba3e1

Please sign in to comment.