changeset 92134:ce1187e14779

(iwconfig-program, iwconfig-program-options): Add :version.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Feb 2008 20:02:45 +0000
parents 7c818ca7aedb
children 98c0af3eea06
files lisp/net/net-utils.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/net-utils.el	Sat Feb 23 20:01:44 2008 +0000
+++ b/lisp/net/net-utils.el	Sat Feb 23 20:02:45 2008 +0000
@@ -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."