emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/net-utils.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/net-utils.el,v
Date: Sat, 23 Feb 2008 20:02:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/23 20:02:45

Index: net-utils.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/net-utils.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- net-utils.el        23 Feb 2008 20:01:44 -0000      1.28
+++ net-utils.el        23 Feb 2008 20:02:45 -0000      1.29
@@ -112,12 +112,14 @@
 (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."




reply via email to

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