Skip to content

Commit

Permalink
-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanssen committed Feb 13, 2020
1 parent 74cfc68 commit ef24f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ This includes both declarations and definitions."
(cond ((looking-at "[0-9A-Za-z_~#]") t)
(no-scope nil)
((looking-at "::") t)
((and (looking-at ":") (looking-back ":")) t)
((and (looking-at ":") (looking-back ":" nil)) t)
(t nil)))

(defun rtags-current-token (&optional no-scope)
Expand Down

0 comments on commit ef24f5b

Please sign in to comment.