mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
the old names.
This commit is contained in:
parent
b55a97a5a3
commit
d884d6adc7
@ -1,9 +1,14 @@
|
||||
2008-02-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/net-utils.el (ipconfig-program, ipconfig-program-options):
|
||||
Add obsolete aliases to the old names.
|
||||
|
||||
2008-02-08 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* net/net-utils.el (ifconfig): Renamed from ipconfig.
|
||||
* net/net-utils.el (ifconfig): Rename from ipconfig.
|
||||
(ipconfig): Alas to ifconfig.
|
||||
(ifconfig-program): Renamed from ipconfig-program.
|
||||
(ifconfig-program-options): Renamed from ipconfig-program-options.
|
||||
(ifconfig-program-options): Rename from ipconfig-program-options.
|
||||
|
||||
2008-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user