Mercurial > emacs
comparison src/buffer.c @ 2480:6f4b9c548425
Include blockinput.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 07 Apr 1993 22:11:21 +0000 |
| parents | b6c62e4abf59 |
| children | d5d7e6996604 |
comparison
equal
deleted
inserted
replaced
| 2479:6d011b24f6fe | 2480:6f4b9c548425 |
|---|---|
| 34 #include "window.h" | 34 #include "window.h" |
| 35 #include "commands.h" | 35 #include "commands.h" |
| 36 #include "buffer.h" | 36 #include "buffer.h" |
| 37 #include "syntax.h" | 37 #include "syntax.h" |
| 38 #include "indent.h" | 38 #include "indent.h" |
| 39 #include "blockinput.h" | |
| 39 | 40 |
| 40 struct buffer *current_buffer; /* the current buffer */ | 41 struct buffer *current_buffer; /* the current buffer */ |
| 41 | 42 |
| 42 /* First buffer in chain of all buffers (in reverse order of creation). | 43 /* First buffer in chain of all buffers (in reverse order of creation). |
| 43 Threaded through ->next. */ | 44 Threaded through ->next. */ |
