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

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

[elpa] master b9869fc 04/13: Demoted setup error to message


From: Ian Dunn
Subject: [elpa] master b9869fc 04/13: Demoted setup error to message
Date: Sat, 15 Apr 2017 16:02:44 -0400 (EDT)

branch: master
commit b9869fc4051e013a8cd8af0e6f9cb32fadcbd285
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    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

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