diff options
| author | Joakim Verona | 2011-09-05 10:37:16 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-05 10:37:16 +0200 |
| commit | 687faaf59cdf4029b5e8da16965b257592059e37 (patch) | |
| tree | c19fc758dc421ec1e6619de88d7cd70258927b47 /src/window.h | |
| parent | d47f8c5baeaa804548a73675077c8e37cdfe5142 (diff) | |
| parent | f62bd846552a090f3ba5e136d6d9cdb4c07ed7be (diff) | |
| download | emacs-687faaf59cdf4029b5e8da16965b257592059e37.tar.gz emacs-687faaf59cdf4029b5e8da16965b257592059e37.zip | |
upstream
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h index 485734e907e..c6fa5e7a338 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -847,11 +847,11 @@ extern Lisp_Object echo_area_window; | |||
| 847 | 847 | ||
| 848 | /* Depth in recursive edits. */ | 848 | /* Depth in recursive edits. */ |
| 849 | 849 | ||
| 850 | extern int command_loop_level; | 850 | extern EMACS_INT command_loop_level; |
| 851 | 851 | ||
| 852 | /* Depth in minibuffer invocations. */ | 852 | /* Depth in minibuffer invocations. */ |
| 853 | 853 | ||
| 854 | extern int minibuf_level; | 854 | extern EMACS_INT minibuf_level; |
| 855 | 855 | ||
| 856 | /* true if we should redraw the mode lines on the next redisplay. */ | 856 | /* true if we should redraw the mode lines on the next redisplay. */ |
| 857 | 857 | ||