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, 12 Apr 2008 03:14:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/12 03:14:23

Index: net-utils.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/net-utils.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- net-utils.el        10 Apr 2008 14:10:23 -0000      1.34
+++ net-utils.el        12 Apr 2008 03:14:23 -0000      1.35
@@ -91,6 +91,8 @@
   :group 'net-utils
   :type  '(repeat string))
 
+(define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2")
+
 (defcustom ifconfig-program
   (if (eq system-type 'windows-nt)
       "ipconfig"
@@ -99,8 +101,6 @@
   :group 'net-utils
   :type  'string)
 
-(define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2")
-
 (defcustom ifconfig-program-options
   (list
    (if (eq system-type 'windows-nt)
@@ -115,15 +115,15 @@
   :type 'string
   :version "23.1")
 
+(define-obsolete-variable-alias 'ipconfig-program-options
+  'ifconfig-program-options "22.2")
+
 (defcustom iwconfig-program-options nil
  "Options for the iwconfig program."
  :group 'net-utils
  :type '(repeat string)
  :version "23.1")
 
-(define-obsolete-variable-alias 'ipconfig-program-options
-  'ifconfig-program-options "22.2")
-
 (defcustom netstat-program "netstat"
   "Program to print network statistics."
   :group 'net-utils




reply via email to

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