]> git.eshelyaron.com Git - emacs.git/commitdiff
(iwconfig-program, iwconfig-program-options): Add :version.
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Feb 2008 20:02:55 +0000 (20:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Feb 2008 20:02:55 +0000 (20:02 +0000)
lisp/ChangeLog
lisp/net/net-utils.el

index 51a687ade615b1a9937d8554c36fbb46c019f63c..6d72f54182dcd95c716cf8ec3b0aa44d184dc942 100644 (file)
        Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
        smtpmail-queue-index.
 
+       * net/net-utils.el (iwconfig-program, iwconfig-program-options):
+       Add :version.
+
+2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
+
+       * net/net-utils.el (iwconfig-program, iwconfig-program-options):
+       New variables.
+       (iwconfig): New function.
+
 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc.el (vc-find-revision): Make vc-parent-buffer local before
index e2e32436078655f55708a85462f0324c01e37c7e..ea3161b3d97c24ee31190a8a3e30af3b49c66819 100644 (file)
@@ -112,12 +112,14 @@ These options can be used to limit how many ICMP packets are emitted."
 (defcustom iwconfig-program "iwconfig"
   "Program to print wireless network configuration information."
   :group 'net-utils
-  :type 'string)
+  :type 'string
+  :version "23.1")
 
 (defcustom iwconfig-program-options nil
  "Options for `iwconfig-program'."
  :group 'net-utils
- :type '(repeat string))
+ :type '(repeat string)
+ :version "23.1")
 
 (defcustom netstat-program  "netstat"
   "Program to print network statistics."