aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorYuuki Harano2021-02-20 18:00:36 +0900
committerYuuki Harano2021-02-20 18:00:36 +0900
commitbe2e47362b0f933dbc8e300e3d168296b7e2aac4 (patch)
tree3b14e2e66d33566b81cb1d6e8bb04551d95dd2b9 /src/window.h
parent949d3e50ec4ea7723bf14b93b66ad0b72f96f163 (diff)
parentc85c8e7d42ae2a5fc95fa7b14257389d8383b34d (diff)
downloademacs-be2e47362b0f933dbc8e300e3d168296b7e2aac4.tar.gz
emacs-be2e47362b0f933dbc8e300e3d168296b7e2aac4.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h
index 4271fc88306..4f209f32d34 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1120,10 +1120,6 @@ void set_window_buffer (Lisp_Object window, Lisp_Object buffer,
1120 1120
1121extern Lisp_Object echo_area_window; 1121extern Lisp_Object echo_area_window;
1122 1122
1123/* Depth in recursive edits. */
1124
1125extern EMACS_INT command_loop_level;
1126
1127/* Non-zero if we should redraw the mode lines on the next redisplay. 1123/* Non-zero if we should redraw the mode lines on the next redisplay.
1128 Usually set to a unique small integer so we can track the main causes of 1124 Usually set to a unique small integer so we can track the main causes of
1129 full redisplays in `redisplay--mode-lines-cause'. */ 1125 full redisplays in `redisplay--mode-lines-cause'. */