* Avoiding confusion
@ 2023-10-24 0:56 Richard Stallman
2023-10-24 7:40 ` Andreas Schwab
0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2023-10-24 0:56 UTC (permalink / raw)
To: emacs-devel
[[[ 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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Avoiding confusion
2023-10-24 0:56 Avoiding confusion Richard Stallman
@ 2023-10-24 7:40 ` Andreas Schwab
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2023-10-24 7:40 UTC (permalink / raw)
To: Richard Stallman; +Cc: emacs-devel
On Okt 23 2023, Richard Stallman wrote:
> By the way, why is the function byte-run--parse-declarations
> defined with a defalias to a lambda?
Because defun hasn't been defined yet.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-24 7:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 0:56 Avoiding confusion Richard Stallman
2023-10-24 7:40 ` Andreas Schwab
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.