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

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

[elpa] master a46fe3c 64/76: Don't switch to the ENWC buffer when proces


From: Ian Dunn
Subject: [elpa] master a46fe3c 64/76: Don't switch to the ENWC buffer when processing a scan.
Date: Thu, 23 Feb 2017 19:42:54 -0500 (EST)

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

    Don't switch to the ENWC buffer when processing a scan.
    
    * enwc.el (enwc-process-scan): Don't switch to the ENWC buffer when 
finished.
---
 lisp/enwc.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/enwc.el b/lisp/enwc.el
index 4bc9539..215381a 100644
--- a/lisp/enwc.el
+++ b/lisp/enwc.el
@@ -460,8 +460,6 @@ ARGS is only for compatibility with the calling function."
       (message "Scanning... Done"))
     (enwc--update-scan-results)
     (enwc-display-wireless-networks enwc-last-scan)
-    (when enwc-scan-interactive
-      (pop-to-buffer "*ENWC*"))
     (setq enwc-scan-interactive nil)))
 
 ;;;;;;;;;;;;;;;;;;;;;;



reply via email to

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