diff options
| author | Gerd Moellmann | 2001-10-24 11:11:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-24 11:11:11 +0000 |
| commit | 69d1f7c9dbe15a32003e47ac1c306c81c879979d (patch) | |
| tree | 4dd708856f59270b3617833192eb85e6ff8c6c39 /src | |
| parent | 4fbe2b13fca882b9d111479e028676c7fee02cfd (diff) | |
| download | emacs-69d1f7c9dbe15a32003e47ac1c306c81c879979d.tar.gz emacs-69d1f7c9dbe15a32003e47ac1c306c81c879979d.zip | |
Change #ifdef GLYPH_DEBUG to #if.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 45b179a6ac6..f75e8071db3 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -9683,7 +9683,7 @@ try_cursor_movement (window, startp, scroll_step) | |||
| 9683 | struct frame *f = XFRAME (w->frame); | 9683 | struct frame *f = XFRAME (w->frame); |
| 9684 | int rc = CURSOR_MOVEMENT_CANNOT_BE_USED; | 9684 | int rc = CURSOR_MOVEMENT_CANNOT_BE_USED; |
| 9685 | 9685 | ||
| 9686 | #ifdef GLYPH_DEBUG | 9686 | #if GLYPH_DEBUG |
| 9687 | if (inhibit_try_cursor_movement) | 9687 | if (inhibit_try_cursor_movement) |
| 9688 | return rc; | 9688 | return rc; |
| 9689 | #endif | 9689 | #endif |
| @@ -10624,7 +10624,7 @@ try_window_reusing_current_matrix (w) | |||
| 10624 | struct glyph_row *start_row; | 10624 | struct glyph_row *start_row; |
| 10625 | int start_vpos, min_y, max_y; | 10625 | int start_vpos, min_y, max_y; |
| 10626 | 10626 | ||
| 10627 | #ifdef GLYPH_DEBUG | 10627 | #if GLYPH_DEBUG |
| 10628 | if (inhibit_try_window_reusing) | 10628 | if (inhibit_try_window_reusing) |
| 10629 | return 0; | 10629 | return 0; |
| 10630 | #endif | 10630 | #endif |
| @@ -11281,7 +11281,7 @@ try_window_id (w) | |||
| 11281 | struct text_pos start; | 11281 | struct text_pos start; |
| 11282 | int first_changed_charpos, last_changed_charpos; | 11282 | int first_changed_charpos, last_changed_charpos; |
| 11283 | 11283 | ||
| 11284 | #ifdef GLYPH_DEBUG | 11284 | #if GLYPH_DEBUG |
| 11285 | if (inhibit_try_window_id) | 11285 | if (inhibit_try_window_id) |
| 11286 | return 0; | 11286 | return 0; |
| 11287 | #endif | 11287 | #endif |
| @@ -14889,7 +14889,7 @@ Can be used to update submenus whose contents should vary. */); | |||
| 14889 | doc: /* Non-nil means don't eval Lisp during redisplay. */); | 14889 | doc: /* Non-nil means don't eval Lisp during redisplay. */); |
| 14890 | inhibit_eval_during_redisplay = 0; | 14890 | inhibit_eval_during_redisplay = 0; |
| 14891 | 14891 | ||
| 14892 | #ifdef GLYPH_DEBUG | 14892 | #if GLYPH_DEBUG |
| 14893 | DEFVAR_BOOL ("inhibit-try-window-id", &inhibit_try_window_id, | 14893 | DEFVAR_BOOL ("inhibit-try-window-id", &inhibit_try_window_id, |
| 14894 | doc: /* Inhibit try_window_id display optimization. */); | 14894 | doc: /* Inhibit try_window_id display optimization. */); |
| 14895 | inhibit_try_window_id = 0; | 14895 | inhibit_try_window_id = 0; |