diff options
| author | Paul Eggert | 2016-01-30 11:28:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:28:37 -0800 |
| commit | 2b41d6a979b0ea361e078891b8763b4ae7be8092 (patch) | |
| tree | aef17169e9bf8e59baa82ec7df5c1b64139d9c9f /src/buffer.c | |
| parent | fe9c8b687c5121a413342024b62824a86d2de2be (diff) | |
| parent | 71468e00735a44e19814a73e8f9013c0f272c342 (diff) | |
| download | emacs-2b41d6a979b0ea361e078891b8763b4ae7be8092.tar.gz emacs-2b41d6a979b0ea361e078891b8763b4ae7be8092.zip | |
-
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/buffer.c b/src/buffer.c index 51bbad78bbc..0c52eaf41ba 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -42,10 +42,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 42 | #include "blockinput.h" | 42 | #include "blockinput.h" |
| 43 | #include "keymap.h" | 43 | #include "keymap.h" |
| 44 | #include "frame.h" | 44 | #include "frame.h" |
| 45 | #include "xwidget.h" | ||
| 45 | 46 | ||
| 46 | #ifdef HAVE_XWIDGETS | ||
| 47 | # include "xwidget.h" | ||
| 48 | #endif | ||
| 49 | #ifdef WINDOWSNT | 47 | #ifdef WINDOWSNT |
| 50 | #include "w32heap.h" /* for mmap_* */ | 48 | #include "w32heap.h" /* for mmap_* */ |
| 51 | #endif | 49 | #endif |
| @@ -1749,10 +1747,8 @@ cleaning up all windows currently displaying the buffer to be killed. */) | |||
| 1749 | unlock_buffer (b); | 1747 | unlock_buffer (b); |
| 1750 | 1748 | ||
| 1751 | kill_buffer_processes (buffer); | 1749 | kill_buffer_processes (buffer); |
| 1752 | |||
| 1753 | #ifdef HAVE_XWIDGETS | ||
| 1754 | kill_buffer_xwidgets (buffer); | 1750 | kill_buffer_xwidgets (buffer); |
| 1755 | #endif | 1751 | |
| 1756 | /* Killing buffer processes may run sentinels which may have killed | 1752 | /* Killing buffer processes may run sentinels which may have killed |
| 1757 | our buffer. */ | 1753 | our buffer. */ |
| 1758 | if (!BUFFER_LIVE_P (b)) | 1754 | if (!BUFFER_LIVE_P (b)) |