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

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

[elpa] master 4e0d5a2 41/76: Cosmetic changes.


From: Ian Dunn
Subject: [elpa] master 4e0d5a2 41/76: Cosmetic changes.
Date: Thu, 23 Feb 2017 19:42:50 -0500 (EST)

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

    Cosmetic changes.
---
 lisp/enwc-nm.el | 4 ++--
 lisp/enwc.el    | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/enwc-nm.el b/lisp/enwc-nm.el
index 790eaec..e7dc5a3 100644
--- a/lisp/enwc-nm.el
+++ b/lisp/enwc-nm.el
@@ -157,7 +157,7 @@ CONN is an object path to the connection."
                    enwc-nm-dbus-connections-interface
                    "GetSettings"
                    :timeout 25000))
-  
+
 
 (defun enwc-nm-list-connections ()
   "List the connections."
@@ -601,7 +601,7 @@ PREFIX is an integer <= 32."
                             (logand (lsh hex-addr -8) 255)
                             (logand (lsh hex-addr -16) 255)
                             (logand (lsh hex-addr -24) 255))))))
-    
+
 
 (defun enwc-nm-get-gateway (wired id)
   "Gets the Gateway of a connection profile."
diff --git a/lisp/enwc.el b/lisp/enwc.el
index 825cb5f..83aa6d6 100644
--- a/lisp/enwc.el
+++ b/lisp/enwc.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012,2013 Free Software Foundation
 
 ;; Author: Ian Dunn
-;; Keywords: enwc, network, wicd, manager, nm
+;; Keywords: external, network, wicd, manager, nm
 
 ;; This file is part of ENWC
 
@@ -36,7 +36,7 @@
 ;;
 ;; (require 'enwc-setup)
 ;; (enwc-setup)
-;; 
+;;
 ;; to your .emacs file.
 
 (require 'dbus)
@@ -51,7 +51,7 @@
 (defgroup enwc nil
   "*The Emacs Network Client"
   :prefix "ewnc-"
-  :group 'applications)
+  :group 'external)
 
 (defcustom enwc-wireless-device "wlan0"
   "The wireless device to use for ENWC."
@@ -602,7 +602,7 @@ the ENWC buffer if necessary, and scans and displays the 
networks."
              (goto-char 0)
              (forward-line))
          (enwc-scan-internal)))))
-  
+
 (defun enwc-find-network (essid &optional networks)
   "Checks through NETWORKS for the network with essid ESSID,
 and returns the network identifier.  Uses `enwc-last-scan' if



reply via email to

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