emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/meow 07ccf112fc: Use quit-window in meow-quit


From: ELPA Syncer
Subject: [nongnu] elpa/meow 07ccf112fc: Use quit-window in meow-quit
Date: Fri, 5 May 2023 18:00:22 -0400 (EDT)

branch: elpa/meow
commit 07ccf112fc1a56ddd96cfc39967957be7dc8dd5f
Author: DogLooksGood <doglooksgood@hotmail.com>
Commit: DogLooksGood <doglooksgood@hotmail.com>

    Use quit-window in meow-quit
---
 meow-command.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meow-command.el b/meow-command.el
index 554a0688b1..0f3b0b0269 100644
--- a/meow-command.el
+++ b/meow-command.el
@@ -233,7 +233,7 @@ This command supports `meow-selection-command-fallback'."
   "Quit current window or buffer."
   (interactive)
   (if (> (seq-length (window-list (selected-frame))) 1)
-      (delete-window)
+      (quit-window)
     (previous-buffer)))
 
 ;;; Comment



reply via email to

[Prev in Thread] Current Thread [Next in Thread]