indent-guide icon indicating copy to clipboard operation
indent-guide copied to clipboard

Emacs native compilation warning

Open sdwolfz opened this issue 1 year ago • 0 comments

 ■  Warning (comp): indent-guide.el:321:2: Warning: docstring has wrong 
usage of unescaped single quotes (use \= or different quoting)

You can reproduce it by executing:

emacs -q -batch --debug-init -f batch-byte-compile indent-guide.el

Normally I would have opened a PR with the fix, similarly to how I've done for other packages, but I just can't seem to figure out how to fix this...

sdwolfz avatar Sep 10 '22 16:09 sdwolfz