1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 11:42:29 -08:00
No description
Find a file
Codruț Constantin Gușoi 3feedce08d 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.
2022-09-09 08:11:07 +01:00
doc/misc manual: Regenerate texi file 2022-08-08 13:28:32 +02:00
etc Update version to 2.4.1 2020-11-10 13:33:45 -08:00
lisp/use-package Fix emacs native compilation warning 2022-09-09 08:11:07 +01:00
test/lisp/use-package Merge pull request from waymondo/use-package-chords-autoloading-and-mapping-improvements 2022-08-07 08:56:56 -07:00