From 9dd7619d12109cbe963379d03aba76c01fe9304a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 21 Apr 2021 09:38:08 -0500 Subject: Fix typo --- lisp/acdw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (4 (other-window 1) (kill-current-buffer) (unless (one-window-p) (delete-window))) - (16 (mapc 'kill-buffer (delq (current-) (buffer-list))) + (16 (mapc 'kill-buffer (delq (current-buffer) (buffer-list))) (delete-other-windows)))) -- cgit 1.4.1-21-gabe81