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

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

[elpa] master 421b0d9 35/76: (enwc-wicd-setup): Renamed to `enwc-wicd-lo


From: Ian Dunn
Subject: [elpa] master 421b0d9 35/76: (enwc-wicd-setup): Renamed to `enwc-wicd-load'.
Date: Thu, 23 Feb 2017 19:42:49 -0500 (EST)

branch: master
commit 421b0d9d8c5dac9ea6434520bf0273ef0acbd0bf
Author: Ian D <address@hidden>
Commit: Ian D <address@hidden>

    (enwc-wicd-setup): Renamed to `enwc-wicd-load'.
    (enwc-nm-setup): Renamed to `enwc-nm-load'.
---
 lisp/enwc-nm.el   | 4 ++--
 lisp/enwc-wicd.el | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/enwc-nm.el b/lisp/enwc-nm.el
index 8289d02..ed4c625 100644
--- a/lisp/enwc-nm.el
+++ b/lisp/enwc-nm.el
@@ -524,7 +524,7 @@ to put it in the form that NetworkManager will recognize."
     (setq conn-settings (enwc-nm-process-profile-info conn-settings settings))
     (enwc-nm-finalize-settings conn-settings)))
 
-(defun enwc-nm-setup ()
+(defun enwc-nm-load ()
   "Setup the NetworkManager back-end."
   (setq enwc-nm-wired-dev (enwc-nm-get-device-by-name enwc-wired-device)
         enwc-nm-wireless-dev (enwc-nm-get-device-by-name enwc-wireless-device))
@@ -606,4 +606,4 @@ Unregister all of the D-Bus signals set up during load."
 
 (provide 'enwc-nm)
 
-;;; End of File.
+;;; enwc-nm.el ends here
diff --git a/lisp/enwc-wicd.el b/lisp/enwc-wicd.el
index 27a202e..69babdb 100644
--- a/lisp/enwc-wicd.el
+++ b/lisp/enwc-wicd.el
@@ -410,7 +410,7 @@ WIRED indicates whether or not ID is a wired connection."
                                          (caar (nthcdr 3 info))
                                          (string-to-number (caar (nthcdr 3 
info))))))))
 
-(defun enwc-wicd-setup ()
+(defun enwc-wicd-load ()
   "Setup the Wicd backend."
   ;; Thanks to Michael Albinus for pointing out this signal.
   (setq enwc-wicd-end-scan-signal
@@ -438,4 +438,4 @@ Unregister all of the D-Bus signals set up during load."
 
 (provide 'enwc-wicd)
 
-;;; End of File
+;;; enwc-wicd.el ends here.



reply via email to

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