Mercurial > emacs
diff src/data.c @ 95589:4f530a89d1ee
(set_internal): Fix up call to let_shadows_buffer_binding_p.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Thu, 05 Jun 2008 17:31:55 +0000 |
| parents | 8a703a3c84d7 |
| children | ddedcecb18ef |
line wrap: on
line diff
--- a/src/data.c Thu Jun 05 16:51:30 2008 +0000 +++ b/src/data.c Thu Jun 05 17:31:55 2008 +0000 @@ -1198,7 +1198,7 @@ int idx = PER_BUFFER_IDX (offset); if (idx > 0 && !bindflag - && !let_shadows_buffer_binding_p (symbol)) + && !let_shadows_buffer_binding_p (XSYMBOL (symbol))) SET_PER_BUFFER_VALUE_P (buf, idx, 1); } else if (BUFFER_LOCAL_VALUEP (valcontents))
