emacs-devel
[Top][All Lists]
Advanced

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

Re: load-history problem


From: Richard Stallman
Subject: Re: load-history problem
Date: Wed, 05 Jan 2005 15:08:27 -0500

    It doesn't seem to be fixed.  This still fails:

    (progn
      (with-temp-file "/tmp/x.el" (insert "(defvar foo t)"))
      (byte-compile-file "/tmp/x.el")
      (load-file "/tmp/x.elc")
      (find-variable "foo"))

I fixed that just now.  Thanks.

    and `defined in' buttons don't appear in *Help* for defvar'ed
    variables.

It works for `foo' in your test case.





reply via email to

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