Skip to content

Commit

Permalink
Fix a compiler warning on 24.4+
Browse files Browse the repository at this point in the history
"the function `gv--defsetter' might not be defined at runtime."
  • Loading branch information
leoliu committed Sep 30, 2014
1 parent 5226660 commit 288f309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easy-kill.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

(require 'cl-lib)
(require 'thingatpt)
(require 'gv nil t) ;For `defsetf'.
(eval-when-compile (require 'cl)) ;For `defsetf'.

(eval-and-compile
Expand Down

0 comments on commit 288f309

Please sign in to comment.