branch: master
commit b9869fc4051e013a8cd8af0e6f9cb32fadcbd285
Author: Ian Dunn <du...@gnu.org>
Commit: Ian Dunn <du...@gnu.org>

    Demoted setup error to message
    
    * enwc.el (enwc-setup): Print a message instead of throwing an error.
---
 enwc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enwc.el b/enwc.el
index f2dd613..8dc772c 100644
--- a/enwc.el
+++ b/enwc.el
@@ -764,7 +764,7 @@ If `enwc-display-mode-line' is non-nil, enable the mode 
line.
 If `enwc-auto-scan' is non-nil, start the auto-scan timer."
   (cond
    ((and enwc--setup-done enwc-warn-if-already-setup)
-    (user-error "ENWC is already setup."))
+    (message "ENWC is already setup."))
    (enwc--setup-done t)
    (t
     (when (or (string-empty-p enwc-wired-device)

Reply via email to