summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 650cb3f..483bf60 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -141,7 +141,7 @@ Prompt only if there are unsaved changes."
141 (4 (other-window 1) 141 (4 (other-window 1)
142 (kill-current-buffer) 142 (kill-current-buffer)
143 (unless (one-window-p) (delete-window))) 143 (unless (one-window-p) (delete-window)))
144 (16 (mapc 'kill-buffer (delq (current-) (buffer-list))) 144 (16 (mapc 'kill-buffer (delq (current-buffer) (buffer-list)))
145 (delete-other-windows)))) 145 (delete-other-windows))))
146 146
147 147