summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Waide <waider@waider.ie>2000-08-28 15:34:16 +0000
committerRonan Waide <waider@waider.ie>2000-08-28 15:34:16 +0000
commit0488aa627ba908550f8cfb7d9c5eb8d6f2c9359f (patch)
tree38449589a1a02ed1809e05ae746bf87af9c3d0fd
parentd838e265bdcbd47f1155cba6038527fbc13e9790 (diff)
Moved bbdb-insinuate-message out to bbdb.el to prevent gnus startup looping
-rw-r--r--lisp/bbdb-gnus.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/bbdb-gnus.el b/lisp/bbdb-gnus.el
index d95375d..417f34d 100644
--- a/lisp/bbdb-gnus.el
+++ b/lisp/bbdb-gnus.el
@@ -513,9 +513,4 @@ Redefine `bbdb/gnus-summary-in-bbdb-format-letter' to a different letter."
; 'bbdb/gnus-score))
)
-;;;###autoload
-(defun bbdb-insinuate-message ()
- "Call this function to hook BBDB into `message-mode'."
- (define-key message-mode-map "\M-\t" 'bbdb-complete-name))
-
(provide 'bbdb-gnus)