Skip to content

Commit

Permalink
magit-base: idiomatically use quote
Browse files Browse the repository at this point in the history
Signed-off-by: Park Zhou <ideapark@petalmail.com>
  • Loading branch information
ideapark committed May 5, 2024
1 parent e2ca80a commit 9271f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/magit-base.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
;; GNU ELPA, for `seq-keep'. Unfortunately something else may already
;; have required `seq', before `package' had a chance to put the more
;; recent version earlier on the `load-path'.
(when (and (featurep' seq)
(when (and (featurep 'seq)
(not (fboundp 'seq-keep)))
(unload-feature 'seq 'force))
(require 'seq)
Expand Down

0 comments on commit 9271f75

Please sign in to comment.