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

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

Re: load-history


From: Richard Stallman
Subject: Re: load-history
Date: Sat, 04 Mar 2006 19:59:45 -0500

    If I copy simple.el to another file (temp.el, say) and alternately evaluate
    the version in temp.el and simple.el, eventually Emacs always tells me
    next-line is an interactive Lisp function in `simple.el'.

    Looking at load-history, I see it has two entries for next-line:

     ("/home/nickrob/emacs/lisp/simple.el"
      (defun . next-line))
     ("/home/nickrob/emacs/lisp/temp.el"
      (defun . next-line))

To fix this would require changing the data structure.
I think we should not try to do that now.

I will add something to etc/TODO about it.




reply via email to

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