emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c0f9083: Don't autoload new dns-mode command


From: Glenn Morris
Subject: [Emacs-diffs] master c0f9083: Don't autoload new dns-mode command
Date: Wed, 24 May 2017 13:11:39 -0400 (EDT)

branch: master
commit c0f90833a716a4d577dbd6c4f4f393fad8d07e56
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 7bdadbf..72eb66b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]