* message.el (message-expand-name): Use lsdb-complete-name if available.
authorueno <ueno>
Tue, 30 Apr 2002 12:29:03 +0000 (12:29 +0000)
committerueno <ueno>
Tue, 30 Apr 2002 12:29:03 +0000 (12:29 +0000)
* lpath.el: Bind lsdb-complete-name.

lisp/lpath.el
lisp/message.el

index 6e33af8..546a0ae 100644 (file)
        (t
         '(function-max-args smiley-encode-buffer))))
       (common-fns
-       nil)
+       '(lsdb-complete-name))
       (variables
        (cond
        ((featurep 'xemacs)
index 7ab5178..9134fc2 100644 (file)
@@ -6208,7 +6208,9 @@ those headers."
 (defun message-expand-name ()
   (if (fboundp 'bbdb-complete-name)
       (bbdb-complete-name)
-    (expand-abbrev)))
+    (if (fboundp 'lsdb-complete-name)
+       (lsdb-complete-name)
+      (expand-abbrev))))
 
 ;;; Help stuff.