idle-highlight-mode icon indicating copy to clipboard operation
idle-highlight-mode copied to clipboard

Byte compiler warning as of emacs 25.1

Open twmr opened this issue 5 years ago • 0 comments

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.
```

twmr avatar May 01 '20 04:05 twmr