diff options
| author | Andreas Schwab | 2010-12-27 18:23:29 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2010-12-27 18:23:29 +0100 |
| commit | 59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8 (patch) | |
| tree | ac30a8088521e6df7419505198d61e2cd06db985 /src/textprop.c | |
| parent | fe99f70420c0d133808de6f0b67406e38abc57a5 (diff) | |
| download | emacs-59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8.tar.gz emacs-59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8.zip | |
Protoize
* dispnew.c (add_window_display_history)
(add_frame_display_history, glyph_row_slice_p)
(find_glyph_row_slice, flush_stdout)
(check_matrix_pointer_lossage, matrix_row)
(check_matrix_invariants, check_window_matrix_pointers)
(check_matrix_pointers, window_to_frame_vpos)
(window_to_frame_hpos): Prototize.
* textprop.c (erase_properties): Likewise.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c index 9016705d764..937c9ab94f6 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -501,8 +501,7 @@ remove_properties (Lisp_Object plist, Lisp_Object list, INTERVAL i, Lisp_Object | |||
| 501 | if this changes the interval. */ | 501 | if this changes the interval. */ |
| 502 | 502 | ||
| 503 | static INLINE int | 503 | static INLINE int |
| 504 | erase_properties (i) | 504 | erase_properties (INTERVAL i) |
| 505 | INTERVAL i; | ||
| 506 | { | 505 | { |
| 507 | if (NILP (i->plist)) | 506 | if (NILP (i->plist)) |
| 508 | return 0; | 507 | return 0; |