diff options
| author | Glenn Morris | 2009-08-25 03:21:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-25 03:21:14 +0000 |
| commit | d54cc599f58e05abb379a975410f8e4cb9bd3a20 (patch) | |
| tree | 1b5551b34de209b0362cf1f5f1724386ea79fb7d /lisp/net | |
| parent | fd0076292fbf81cf52c8426ae447d6c4b7525475 (diff) | |
| download | emacs-d54cc599f58e05abb379a975410f8e4cb9bd3a20.tar.gz emacs-d54cc599f58e05abb379a975410f8e4cb9bd3a20.zip | |
Kevin Ryde <user42 at zip.com.au>
(dig): Add autoload cookie.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/dig.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/dig.el b/lisp/net/dig.el index 96f03661463..ecf66c61fd5 100644 --- a/lisp/net/dig.el +++ b/lisp/net/dig.el | |||
| @@ -159,6 +159,7 @@ Buffer should contain output generated by `dig-invoke'." | |||
| 159 | (interactive) | 159 | (interactive) |
| 160 | (kill-buffer (current-buffer))) | 160 | (kill-buffer (current-buffer))) |
| 161 | 161 | ||
| 162 | ;;;###autoload | ||
| 162 | (defun dig (domain &optional | 163 | (defun dig (domain &optional |
| 163 | query-type query-class query-option dig-option server) | 164 | query-type query-class query-option dig-option server) |
| 164 | "Query addresses of a DOMAIN using dig, by calling `dig-invoke'. | 165 | "Query addresses of a DOMAIN using dig, by calling `dig-invoke'. |