bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36603: [PATCH] Simplify calling convention of describe_map


From: Noam Postavsky
Subject: bug#36603: [PATCH] Simplify calling convention of describe_map
Date: Tue, 20 Aug 2019 11:32:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (windows-nt)

Stefan Kangas <stefan@marxist.se> writes:

> +  Lisp_Object seen_orig = Qnil;
> +  Lisp_Object *seen = &seen_orig;

Do we really need the seen_orig variable?  It looks like there is no
reason for having seen as a pointer at all, but maybe I'm missing
something.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]