aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorStefan Monnier2003-03-26 15:23:36 +0000
committerStefan Monnier2003-03-26 15:23:36 +0000
commitd9b36d19190320c497d9e3776f28b2ae4d132dae (patch)
treecbaa146f27a252954e6d50b74166a46c3fd9c52e /src/data.c
parent01b2d1dd68eed4da7362cb4557b98211e3c0e2a9 (diff)
downloademacs-d9b36d19190320c497d9e3776f28b2ae4d132dae.tar.gz
emacs-d9b36d19190320c497d9e3776f28b2ae4d132dae.zip
(store_symval_forwarding): Re-instate part of the code
that was deleted with too much enthusiasm.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c
index 4d3be52075f..5b03f0ebff2 100644
--- a/src/data.c
+++ b/src/data.c
@@ -897,6 +897,7 @@ store_symval_forwarding (symbol, valcontents, newval, buf)
897 int offset = XBUFFER_OBJFWD (valcontents)->offset; 897 int offset = XBUFFER_OBJFWD (valcontents)->offset;
898 Lisp_Object type; 898 Lisp_Object type;
899 899
900 type = PER_BUFFER_TYPE (offset);
900 if (! NILP (type) && ! NILP (newval) 901 if (! NILP (type) && ! NILP (newval)
901 && XTYPE (newval) != XINT (type)) 902 && XTYPE (newval) != XINT (type))
902 buffer_slot_type_mismatch (offset); 903 buffer_slot_type_mismatch (offset);