aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-23 00:11:54 +0000
committerGerd Moellmann1999-08-23 00:11:54 +0000
commit5e8355b2e33b99038a1766c5916556ebcf120000 (patch)
tree94002d8f85d10328e725131f721dd12e4cdb8ad3 /src
parentb1599b4c0a7b698c02762b70de1bae35d20ea136 (diff)
downloademacs-5e8355b2e33b99038a1766c5916556ebcf120000.tar.gz
emacs-5e8355b2e33b99038a1766c5916556ebcf120000.zip
(beg_unchanged, end_unchanged, unchanged_modified,
overlay_unchanged_modified): Removed. (with_echo_area_unwind_data): Don't save beg/end_unchanged. (unwind_with_echo_area_buffer): Don't restore them. (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed. (text_outside_line_unchanged_p, redisplay_internal, try_scrolling): Use/set buffer-specific beg/end_unchanged. (redisplay_window): Let try_window_id be called if more than one window is displayed. Use/set buffer-specific beg/end_unchanged. (get_last_unchanged_at_beg_row, get_first_unchanged_at_end_row, try_window_id): Use buffer-specific beg/end_unchanged. (beg_unchanged, end_unchanged, unchanged_modified, overlay_unchanged_modified): Remove extern declarations.
Diffstat (limited to 'src')
-rw-r--r--src/window.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/window.h b/src/window.h
index 8e8147736bc..05ace178f4b 100644
--- a/src/window.h
+++ b/src/window.h
@@ -393,25 +393,6 @@ extern int minibuf_level;
393 393
394extern int update_mode_lines; 394extern int update_mode_lines;
395 395
396/* Minimum value of GPT - BEG since last redisplay that finished. */
397
398extern int beg_unchanged;
399
400/* Minimum value of Z - GPT since last redisplay that finished. */
401
402extern int end_unchanged;
403
404/* MODIFF as of last redisplay that finished; if it matches MODIFF,
405 beg_unchanged and end_unchanged contain no useful information. */
406
407extern int unchanged_modified;
408
409/* BUF_OVERLAY_MODIFF of current buffer, as of last redisplay that
410 finished; if it matches BUF_OVERLAY_MODIFF, beg_unchanged and
411 end_unchanged contain no useful information. */
412
413extern int overlay_unchanged_modified;
414
415/* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since 396/* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since
416 last redisplay that finished. */ 397 last redisplay that finished. */
417 398