aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2004-11-12 02:53:04 +0000
committerMiles Bader <[email protected]>2004-11-12 02:53:04 +0000
commit8b7e837d9c3266e775142a4865845b3d2a8b60aa (patch)
treed1468612ab319b665728b9ebf94dbc0c0d4c20fc /src/data.c
parentd1a3e560ff62e047d9fa8e8b3b1bc1e56e104c26 (diff)
parente22c7647c7ff33c846132f3d2877ac436b8b47e6 (diff)
Revision: [email protected]/emacs--unicode--0--patch-70
Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-669 - [email protected]/emacs--cvs-trunk--0--patch-678 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-679 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-680 - [email protected]/emacs--cvs-trunk--0--patch-688 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-689 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-690 - [email protected]/emacs--cvs-trunk--0--patch-691 Update from CVS * [email protected]/gnus--rel--5.10--patch-69 Merge from emacs--cvs-trunk--0 * [email protected]/gnus--rel--5.10--patch-70 - [email protected]/gnus--rel--5.10--patch-71 Update from CVS
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/data.c b/src/data.c
index 561a034b8f..7f68cc864d 100644
--- a/src/data.c
+++ b/src/data.c
@@ -908,8 +908,6 @@ store_symval_forwarding (symbol, valcontents, newval, buf)
register Lisp_Object valcontents, newval;
struct buffer *buf;
{
- int offset;
-
switch (SWITCH_ENUM_CAST (XTYPE (valcontents)))
{
case Lisp_Misc:
@@ -941,7 +939,7 @@ store_symval_forwarding (symbol, valcontents, newval, buf)
- (char *) &buffer_defaults);
int idx = PER_BUFFER_IDX (offset);
- Lisp_Object tail, buf;
+ Lisp_Object tail;
if (idx <= 0)
break;