[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Avoiding confusion
From: |
Richard Stallman |
Subject: |
Avoiding confusion |
Date: |
Mon, 23 Oct 2023 20:56:00 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
In byte-run--parse-declarations in byte-run.el,
How about renaming the variable `cl-decls' to `cldecls'?
That way it won't be found in searches for `cl-'.
That is a lexical variable, right? So it doesn't need any prefix.
By the way, why is the function byte-run--parse-declarations
defined with a defalias to a lambda?
If you know the reason, how about adding a comment there to state the reason?
Also, how about describing careully the meaning of the return value?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Avoiding confusion,
Richard Stallman <=