summaryrefslogtreecommitdiff
path: root/lisp/bbdb-snarf.el
diff options
context:
space:
mode:
authorMatt Simmons <simmonmt@acm.org>1999-01-25 06:20:28 +0000
committerMatt Simmons <simmonmt@acm.org>1999-01-25 06:20:28 +0000
commit709806dd297302bd8c6a1c2e9dba4358b23c63bd (patch)
tree8ed1d80b951aff8223a041a6430a3cfece085150 /lisp/bbdb-snarf.el
parente6d89677ea31f65320bbd4f2a8d4bb397a078c5c (diff)
Add autoload cookie for bbdb-snarf-region
Diffstat (limited to 'lisp/bbdb-snarf.el')
-rw-r--r--lisp/bbdb-snarf.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/bbdb-snarf.el b/lisp/bbdb-snarf.el
index 1a24617..a7a8e44 100644
--- a/lisp/bbdb-snarf.el
+++ b/lisp/bbdb-snarf.el
@@ -126,6 +126,7 @@ patches to internationalize these assumptions are welcome.
(progn (goto-char where) (forward-paragraph -1) (point))
(progn (forward-paragraph 1) (point))))
+;;;###autoload
(defun bbdb-snarf-region (begin end)
"snarf up a bbdb record in the current region. See `bbdb-snarf' for
more details."
@@ -371,6 +372,3 @@ more details."
new-record)
(provide 'bbdb-snarf)
-
-
-