Richard Stallman wrote:
Does this fix it?
Yes, it does.
Sincerely,
Luc.
___
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
Does this fix it?
*** buffer.c27 May 2005 10:21:40 -0400 1.480
--- buffer.c28 May 2005 05:48:28 -0400
***
*** 889,894
--- 889,897
CHECK_BUFFER (buffer);
buf = XBUFFER (buffer);
+ if (SYMBOLP (variable))
+ variable = indirect_variable (varia
There is a bug in buffer-local-value, when used in connection with
defvaralias. I believe that the ielm run below is self-explanatory.
The bug affects `C-h v" in a very confusing way. I am insufficiently
familiar with the involved C code to fix this myself.
*** Welcome to IELM ***