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

[no subject]



This is hard to fix or I would fix it myself.  If you have a function defined in
two files (say the old and new versions of something), and the current buffer is
the SECOND of the two files to be read in, and you meta-. the function it
says "1 more definition as well" but c-U m-. doesn't do anything.

The reason is that DEFINITION-TEXT-LOCATION tries to find a definition which
is in the current buffer, but EDIT-DEFINITION simply assumes that it takes
the car of the ZMACS-BUFFERS property and remembers the cdr of that property
for later.