diff options
| author | Glenn Morris | 2017-05-24 13:11:32 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-05-24 13:11:32 -0400 |
| commit | c0f90833a716a4d577dbd6c4f4f393fad8d07e56 (patch) | |
| tree | 2390ea5bf6af192fe0c6c2a7adfb85910ce48dcb | |
| parent | 7dfe682ee7e905b6e3d4513e7cef0798bc2de0f0 (diff) | |
| download | emacs-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.el | 1 |
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. |
| 262 | Replace the address by its ip6.arpa-representation for use in | 261 | Replace the address by its ip6.arpa-representation for use in |