diff options
| author | Richard M. Stallman | 1993-11-23 09:57:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-23 09:57:33 +0000 |
| commit | 5525395793c3273b58bd5352d4dd983cfa522c52 (patch) | |
| tree | f3bb1905c88ed5ce67187194543a992ceb3a21fe /src | |
| parent | cd23c8dbd2e2f406ea58ac949fec3690ae6c6d8f (diff) | |
| download | emacs-5525395793c3273b58bd5352d4dd983cfa522c52.tar.gz emacs-5525395793c3273b58bd5352d4dd983cfa522c52.zip | |
Declare Fnext_single_property_change and Fnext_property_change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index ce193defa8e..a90b7b7820a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1306,6 +1306,8 @@ extern Lisp_Object truncate_undo_list (); | |||
| 1306 | /* defined in textprop.c */ | 1306 | /* defined in textprop.c */ |
| 1307 | extern Lisp_Object Qmodification_hooks; | 1307 | extern Lisp_Object Qmodification_hooks; |
| 1308 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; | 1308 | extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; |
| 1309 | extern Lisp_Object Fnext_property_change (); | ||
| 1310 | extern Lisp_Object Fnext_single_property_change (); | ||
| 1309 | 1311 | ||
| 1310 | /* Nonzero means Emacs has already been initialized. | 1312 | /* Nonzero means Emacs has already been initialized. |
| 1311 | Used during startup to detect startup of dumped Emacs. */ | 1313 | Used during startup to detect startup of dumped Emacs. */ |