Re: [PATCH] Silencing the compiler with latest Emacs master

Arash Esbati <[email protected]> Mon, 04 Jul 2022 18:02:08 +0200
Newsgroups gmane.emacs.bbdb.user
Message-ID <[email protected]>
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!