emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in buffer-local-value


From: Richard Stallman
Subject: Re: Bug in buffer-local-value
Date: Sat, 28 May 2005 07:53:14 -0400

Does this fix it?

*** buffer.c    27 May 2005 10:21:40 -0400      1.480
--- buffer.c    28 May 2005 05:48:28 -0400      
***************
*** 889,894 ****
--- 889,897 ----
    CHECK_BUFFER (buffer);
    buf = XBUFFER (buffer);
  
+   if (SYMBOLP (variable))
+     variable = indirect_variable (variable);
+ 
    /* Look in local_var_list */
    result = Fassoc (variable, buf->local_var_alist);
    if (NILP (result))




reply via email to

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