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

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

[nongnu] elpa/swsw dc4595546a 094/146: ; Change a message to a (more fit


From: ELPA Syncer
Subject: [nongnu] elpa/swsw dc4595546a 094/146: ; Change a message to a (more fitting in this context) user-error
Date: Wed, 25 May 2022 02:59:50 -0400 (EDT)

branch: elpa/swsw
commit dc4595546aab3a80573bd678fe58902fb576f3c6
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Change a message to a (more fitting in this context) user-error
---
 swsw.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw.el b/swsw.el
index 28966fd34a..f2af70fb80 100644
--- a/swsw.el
+++ b/swsw.el
@@ -292,7 +292,7 @@ This command is intended to be used only when ‘swsw-mode’ 
is enabled."
   (interactive)
   (let ((window (active-minibuffer-window)))
     (if window (select-window window)
-      (message "There is no active minibuffer window"))))
+      (user-error "There is no active minibuffer window"))))
 
 (defun swsw-delete ()
   "Start window deletion.



reply via email to

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