diff options
| author | Karl Heuer | 1994-11-18 02:30:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-11-18 02:30:32 +0000 |
| commit | d60858a687dc2146c79bb394b112b46f6488bc93 (patch) | |
| tree | 4e1a858a90ca8baaa6ac9d90b522fe0ceedb526a /src | |
| parent | 5b5f6883582eeaac37dc1037320e1567a5271825 (diff) | |
| download | emacs-d60858a687dc2146c79bb394b112b46f6488bc93.tar.gz emacs-d60858a687dc2146c79bb394b112b46f6488bc93.zip | |
(XSETCOMPILED): New macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
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 |