diff options
| author | Yuuki Harano | 2021-02-20 18:00:36 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-02-20 18:00:36 +0900 |
| commit | be2e47362b0f933dbc8e300e3d168296b7e2aac4 (patch) | |
| tree | 3b14e2e66d33566b81cb1d6e8bb04551d95dd2b9 /src/window.h | |
| parent | 949d3e50ec4ea7723bf14b93b66ad0b72f96f163 (diff) | |
| parent | c85c8e7d42ae2a5fc95fa7b14257389d8383b34d (diff) | |
| download | emacs-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.h | 4 |
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 | ||
| 1121 | extern Lisp_Object echo_area_window; | 1121 | extern Lisp_Object echo_area_window; |
| 1122 | 1122 | ||
| 1123 | /* Depth in recursive edits. */ | ||
| 1124 | |||
| 1125 | extern 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'. */ |