changeset 104578:e62b8b3e56b3

Kevin Ryde <user42 at zip.com.au> (dig): Add autoload cookie.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 03:21:14 +0000
parents b942ce77db5d
children 602967a46594
files lisp/ChangeLog lisp/net/dig.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 25 03:14:22 2009 +0000
+++ b/lisp/ChangeLog	Tue Aug 25 03:21:14 2009 +0000
@@ -1,3 +1,7 @@
+2009-08-25  Kevin Ryde  <user42@zip.com.au>
+
+	* net/dig.el (dig): Add autoload cookie.
+
 2009-08-25  Glenn Morris  <rgm@gnu.org>
 
 	* format.el (format-alist): Doc fix.
--- a/lisp/net/dig.el	Tue Aug 25 03:14:22 2009 +0000
+++ b/lisp/net/dig.el	Tue Aug 25 03:21:14 2009 +0000
@@ -159,6 +159,7 @@
   (interactive)
   (kill-buffer (current-buffer)))
 
+;;;###autoload
 (defun dig (domain &optional
 		   query-type query-class query-option dig-option server)
   "Query addresses of a DOMAIN using dig, by calling `dig-invoke'.