From beaa23bc224a8855a11f7629483ac233673ab994 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 23 Feb 2008 20:02:55 +0000 Subject: [PATCH] (iwconfig-program, iwconfig-program-options): Add :version. --- lisp/ChangeLog | 9 +++++++++ lisp/net/net-utils.el | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51a687ade61..6d72f54182d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,15 @@ 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 (tiny change) + + * net/net-utils.el (iwconfig-program, iwconfig-program-options): + New variables. + (iwconfig): New function. + 2008-02-23 Dan Nicolaescu * vc.el (vc-find-revision): Make vc-parent-buffer local before diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index e2e32436078..ea3161b3d97 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -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." -- 2.39.5