Skip to content

Commit

Permalink
use cl-incf
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Feb 20, 2017
1 parent 83f5fe9 commit 35686d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide.el
Expand Up @@ -1371,7 +1371,7 @@ number."
(defun tide--hl-new-token ()
"Invalidate all existing tokens to get document highlights and
create a new token"
(incf tide--hl-last-token))
(cl-incf tide--hl-last-token))

(defvar tide--current-hl-identifier-idle-time
0
Expand Down

0 comments on commit 35686d7

Please sign in to comment.