diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-09 01:32:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-09 01:32:38 +0000 |
commit | d884d6adc76215fc61b3609b6bf2e7c0546ee430 (patch) | |
tree | b3c16c692c935bce081e142591b6c7e8dbfaa8ad /lisp/net/net-utils.el | |
parent | b55a97a5a3e70be9296bcc7c0e7e6b6100989ebb (diff) | |
download | emacs-d884d6adc76215fc61b3609b6bf2e7c0546ee430.tar.gz |
(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
the old names.
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r-- | lisp/net/net-utils.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index bc235b71f94..0bed6cc9bcd 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -101,6 +101,8 @@ These options can be used to limit how many ICMP packets are emitted." :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) @@ -109,6 +111,9 @@ These options can be used to limit how many ICMP packets are emitted." :group 'net-utils :type '(repeat string)) +(define-obsolete-variable-alias 'ipconfig-program-options + 'ifconfig-program-options "22.2") + (defcustom netstat-program "netstat" "Program to print network statistics." :group 'net-utils |