summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-09-23 00:05:22 -0700
committerGlenn Morris <rgm@gnu.org>2010-09-23 00:05:22 -0700
commitaf3ccb5cc061bccab1c9b024ea444d01c0767767 (patch)
tree3e6596070add612b28d9405f0059d6da60ca5ac5 /lisp/net/net-utils.el
parentb9749554532876da8bc15e10bc3fb8bd8c0f32ea (diff)
downloademacs-af3ccb5cc061bccab1c9b024ea444d01c0767767.tar.gz
Move some aliases to options before the associated definitions.
* isearch.el (isearch-lazy-highlight-cleanup) (isearch-lazy-highlight-initial-delay) (isearch-lazy-highlight-interval) (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face): * net/net-utils.el (ipconfig-program-options): Move aliases to options before the associated definitions.
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r--lisp/net/net-utils.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index 94a1af42455..b69c571ddf5 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -99,6 +99,9 @@ These options can be used to limit how many ICMP packets are emitted."
:group 'net-utils
:type 'string)
+(define-obsolete-variable-alias 'ipconfig-program-options
+ 'ifconfig-program-options "22.2")
+
(defcustom ifconfig-program-options
(list
(if (eq system-type 'windows-nt)
@@ -113,9 +116,6 @@ These options can be used to limit how many ICMP packets are emitted."
: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