[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Silencing the compiler with latest Emacs master
From: |
Arash Esbati |
Subject: |
[PATCH] Silencing the compiler with latest Emacs master |
Date: |
Wed, 25 May 2022 09:07:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Hi,
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.
Best, Arash
docstring.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] Silencing the compiler with latest Emacs master,
Arash Esbati <=