[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.c
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.c |
Date: |
Sun, 29 May 2005 04:25:17 -0400 |
Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.480 emacs/src/buffer.c:1.481
*** emacs/src/buffer.c:1.480 Fri May 27 11:01:38 2005
--- emacs/src/buffer.c Sun May 29 08:25:17 2005
***************
*** 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))