aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-05-24 13:11:32 -0400
committerGlenn Morris2017-05-24 13:11:32 -0400
commitc0f90833a716a4d577dbd6c4f4f393fad8d07e56 (patch)
tree2390ea5bf6af192fe0c6c2a7adfb85910ce48dcb
parent7dfe682ee7e905b6e3d4513e7cef0798bc2de0f0 (diff)
downloademacs-c0f90833a716a4d577dbd6c4f4f393fad8d07e56.tar.gz
emacs-c0f90833a716a4d577dbd6c4f4f393fad8d07e56.zip
Don't autoload new dns-mode command
* lisp/textmodes/dns-mode.el (dns-mode-ipv6-to-nibbles): Remove autoload cookie.
-rw-r--r--lisp/textmodes/dns-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index 7bdadbfe6f1..72eb66b571e 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -256,7 +256,6 @@ This function is run from `before-save-hook'."
256 ;; We return nil in case this is used in write-contents-functions. 256 ;; We return nil in case this is used in write-contents-functions.
257 nil))) 257 nil)))
258 258
259;;;###autoload
260(defun dns-mode-ipv6-to-nibbles (&optional negate-prefix) 259(defun dns-mode-ipv6-to-nibbles (&optional negate-prefix)
261 "Convert an IPv6 address around or before point. 260 "Convert an IPv6 address around or before point.
262Replace the address by its ip6.arpa-representation for use in 261Replace the address by its ip6.arpa-representation for use in