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

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

bug#62248: 29.0.60; nil obsolete


From: Po Lu
Subject: bug#62248: 29.0.60; nil obsolete
Date: Sat, 18 Mar 2023 15:28:17 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

> Can you step through help-fns--var-obsolete and tell what you see
> there?  E.g., does (get nil 'byte-obsolete-variable) return non-nil?

Yes, (get nil 'byte-obsolete-variable) returns:

  (nil nil "29.1")

> If so, how about running Emacs with a breakpoint in Fput and condition
> that symbol == Qnil (assuming your Emacs is not configured to
> represent Lisp objects as structs)?

I will try that.




reply via email to

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