From c0f90833a716a4d577dbd6c4f4f393fad8d07e56 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 May 2017 13:11:32 -0400 Subject: [PATCH] Don't autoload new dns-mode command * lisp/textmodes/dns-mode.el (dns-mode-ipv6-to-nibbles): Remove autoload cookie. --- lisp/textmodes/dns-mode.el | 1 - 1 file changed, 1 deletion(-) 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'." ;; We return nil in case this is used in write-contents-functions. nil))) -;;;###autoload (defun dns-mode-ipv6-to-nibbles (&optional negate-prefix) "Convert an IPv6 address around or before point. Replace the address by its ip6.arpa-representation for use in -- 2.39.2