]> git.eshelyaron.com Git - emacs.git/commit
Fix emacs native compilation warning for bind-key
authorCodruț Constantin Gușoi <mail+git@codrut.pro>
Sat, 10 Sep 2022 16:16:18 +0000 (17:16 +0100)
committerCodruț Constantin Gușoi <mail+git@codrut.pro>
Sat, 10 Sep 2022 16:16:18 +0000 (17:16 +0100)
commit1494f65f61f16451576bb4d933f976b61e28e9d6
treedca7637376e047ce0cee41a7c81895378547e060
parentc12deb31fe3e9e9ad3d28c04c136a03afec4c5ca
Fix emacs native compilation warning for bind-key

To reproduce, have emacs built with native compilation and notice the
compilation logs. You can then open the offending file and run `M-x
emacs-lisp-native-compile-and-load` before and after the changes to see
the warning is removed.

```
 ■  Warning (comp): bind-key.el:150:2: Warning: docstring has wrong
usage of unescaped single quotes (use \= or different quoting)
```
lisp/use-package/bind-key.el