aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
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))