]> git.eshelyaron.com Git - emacs.git/commit
Fix emacs native compilation warning
authorCodruț Constantin Gușoi <mail+git@codrut.pro>
Fri, 9 Sep 2022 07:03:18 +0000 (08:03 +0100)
committerCodruț Constantin Gușoi <mail+git@codrut.pro>
Fri, 9 Sep 2022 07:11:07 +0000 (08:11 +0100)
commit3feedce08d426e6f6855398f4acc675aa71d2cea
treed13ea85ef8f21232ffe8ecde496b8171a510d82b
parent6c2fdaffd98609fb33b5434cd563d07483bd4ef8
Fix emacs native compilation warning

```
 ■  Warning (comp): use-package-core.el:907:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)
 ■  Warning (comp): use-package-core.el:930:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)
```

To reproduce, have emacs build with native compilation and notice the
compilation logs. You can then open this file and run `M-x
emacs-lisp-native-compile-and-load` before and after the changes to see the
warning is removed.
lisp/use-package/use-package-core.el