aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 236d51563dc..ff2edc2ae67 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -390,6 +390,7 @@ extern int pure_size;
390#define XSETPROCESS(a, b) XSET (a, Lisp_Process, b) 390#define XSETPROCESS(a, b) XSET (a, Lisp_Process, b)
391#define XSETFLOAT(a, b) XSET (a, Lisp_Float, b) 391#define XSETFLOAT(a, b) XSET (a, Lisp_Float, b)
392#define XSETWINDOW_CONFIGURATION(a, b) XSET (a, Lisp_Window_Configuration, b) 392#define XSETWINDOW_CONFIGURATION(a, b) XSET (a, Lisp_Window_Configuration, b)
393#define XSETCOMPILED(a, b) XSET (a, Lisp_Compiled, b)
393#define XSETMARKER(a, b) (XSETMISC (a, b), XMISC (a)->type = Lisp_Misc_Marker) 394#define XSETMARKER(a, b) (XSETMISC (a, b), XMISC (a)->type = Lisp_Misc_Marker)
394 395
395#ifdef USE_TEXT_PROPERTIES 396#ifdef USE_TEXT_PROPERTIES