Re: [PATCH] Silencing the compiler with latest Emacs master
Roland Winkler <[email protected]> Tue, 05 Jul 2022 23:41:45 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 04 2022, Arash Esbati wrote: > Arash Esbati <[email protected]> writes: > >> I've updated my Emacs to latest master (822350d198) and while >> native-compiling the packages, it throws warnings like this: >> >> bbdb.el:307:2: Warning: custom-declare-variable `bbdb-dedicated-window' >> docstring has wrong usage of unescaped single quotes (use \= or >> different quoting) >> >> I hope the following patch fixes them all. I also removed two '*' in >> `bbdb-create-hook' and `bbdb-change-hook'. The (string-match ...) was >> moved by aggressive-indent, I think the indentation is now correct. > > Ping! Thanks, pushed! (I did not create a new version for GNU Elpa.)