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.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to