Skip to content

Commit

Permalink
Fix byte-compiler warnings in usage of debug macro
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Jul 18, 2020
1 parent b815731 commit db3cd05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -3012,14 +3012,11 @@ Using ag to search only the files found via git-grep literal symbol search."

(dumb-jump-debug-message
look-for
ctx-type
var-to-jump
(pp-to-string match-cur-file-front)
(pp-to-string results)
prefer-external
match-cur-file-front
proj-root
cur-file)
proj-root)
(cond ((eq issue 'nogrep)
(dumb-jump-message "Please install ag, rg, git grep or grep!"))
((eq issue 'nosymbol)
Expand Down

0 comments on commit db3cd05

Please sign in to comment.