aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index e070be6c208..ef7210fbfa0 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1888,7 +1888,7 @@ Instead, use `add-hook' and specify t for the LOCAL argument. */)
1888 (Lisp_Object variable) 1888 (Lisp_Object variable)
1889{ 1889{
1890 Lisp_Object tem; 1890 Lisp_Object tem;
1891 bool forwarded; 1891 bool forwarded UNINIT;
1892 union Lisp_Val_Fwd valcontents; 1892 union Lisp_Val_Fwd valcontents;
1893 struct Lisp_Symbol *sym; 1893 struct Lisp_Symbol *sym;
1894 struct Lisp_Buffer_Local_Value *blv = NULL; 1894 struct Lisp_Buffer_Local_Value *blv = NULL;