idle-highlight-mode
idle-highlight-mode copied to clipboard
Byte compiler warning as of emacs 25.1
When installing idle-highlight-mode the byte compiler outputs
In idle-highlight-word-at-point:
idle-highlight-mode.el:91:26: Warning: ‘in-string-p’ is an obsolete function
(as of 25.1); use (nth 3 (syntax-ppss)) instead.
```