diff options
| author | Glenn Morris | 2008-04-12 03:17:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-12 03:17:19 +0000 |
| commit | cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca (patch) | |
| tree | d7cef036c6b82dcaed2f123dbf0e6c64daa7d1bf /lisp/net/net-utils.el | |
| parent | f8754ca2dea51bbcddb30dedc4c4d1e6383fa0c1 (diff) | |
| download | emacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.tar.gz emacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.zip | |
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
Diffstat (limited to 'lisp/net/net-utils.el')
| -rw-r--r-- | lisp/net/net-utils.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index f64d79cfd12..3c882a5f518 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el | |||
| @@ -91,6 +91,8 @@ These options can be used to limit how many ICMP packets are emitted." | |||
| 91 | :group 'net-utils | 91 | :group 'net-utils |
| 92 | :type '(repeat string)) | 92 | :type '(repeat string)) |
| 93 | 93 | ||
| 94 | (define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2") | ||
| 95 | |||
| 94 | (defcustom ifconfig-program | 96 | (defcustom ifconfig-program |
| 95 | (if (eq system-type 'windows-nt) | 97 | (if (eq system-type 'windows-nt) |
| 96 | "ipconfig" | 98 | "ipconfig" |
| @@ -99,8 +101,6 @@ These options can be used to limit how many ICMP packets are emitted." | |||
| 99 | :group 'net-utils | 101 | :group 'net-utils |
| 100 | :type 'string) | 102 | :type 'string) |
| 101 | 103 | ||
| 102 | (define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2") | ||
| 103 | |||
| 104 | (defcustom ifconfig-program-options | 104 | (defcustom ifconfig-program-options |
| 105 | (list | 105 | (list |
| 106 | (if (eq system-type 'windows-nt) | 106 | (if (eq system-type 'windows-nt) |
| @@ -115,15 +115,15 @@ These options can be used to limit how many ICMP packets are emitted." | |||
| 115 | :type 'string | 115 | :type 'string |
| 116 | :version "23.1") | 116 | :version "23.1") |
| 117 | 117 | ||
| 118 | (define-obsolete-variable-alias 'ipconfig-program-options | ||
| 119 | 'ifconfig-program-options "22.2") | ||
| 120 | |||
| 118 | (defcustom iwconfig-program-options nil | 121 | (defcustom iwconfig-program-options nil |
| 119 | "Options for the iwconfig program." | 122 | "Options for the iwconfig program." |
| 120 | :group 'net-utils | 123 | :group 'net-utils |
| 121 | :type '(repeat string) | 124 | :type '(repeat string) |
| 122 | :version "23.1") | 125 | :version "23.1") |
| 123 | 126 | ||
| 124 | (define-obsolete-variable-alias 'ipconfig-program-options | ||
| 125 | 'ifconfig-program-options "22.2") | ||
| 126 | |||
| 127 | (defcustom netstat-program "netstat" | 127 | (defcustom netstat-program "netstat" |
| 128 | "Program to print network statistics." | 128 | "Program to print network statistics." |
| 129 | :group 'net-utils | 129 | :group 'net-utils |