summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Waide <waider@waider.ie>2000-09-08 12:33:35 +0000
committerRonan Waide <waider@waider.ie>2000-09-08 12:33:35 +0000
commitdf675d393b364e979926cc98ad28c9ca74f75743 (patch)
tree8a33e8a6589fc35cba7cc4775283ccf0d2efcffd
parente19922a4801edd6b780fe11caa41aecb0671a2d3 (diff)
Daniel Pittman's patch does indeed override Alex's!
-rw-r--r--lisp/bbdb.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/bbdb.el b/lisp/bbdb.el
index 70aad9a..91d7813 100644
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -84,14 +84,12 @@ prompt the users on how to merge records when duplicates are detected.")
(eval-when-compile ; pacify the compiler
(defvar bbdb-address-print-formatting-alist) ; "bbdb-print"
(defvar mail-mode-map) ; "sendmail"
+ (autoload 'widget-group-match "wid-edit")
+ (autoload 'Electric-pop-up-window "electric")
+ (autoload 'Electric-command-loop "electric")
+ (autoload 'bbdb-snarf-nice-real-name "bbdb-snarf")
)
-(autoload 'widget-group-match "wid-edit")
-(autoload 'Electric-pop-up-window "electric")
-(autoload 'Electric-command-loop "electric")
-(autoload 'bbdb-snarf-nice-real-name "bbdb-snarf")
-
-
;; Make custom stuff work even without customize
;; Courtesy of Hrvoje Niksic <hniksic@srce.hr>
(eval-and-compile