* lsdb.el (lsdb-complete-name): Call lsdb-maybe-load-file before
authorueno <ueno>
Thu, 25 Apr 2002 19:34:00 +0000 (19:34 +0000)
committerueno <ueno>
Thu, 25 Apr 2002 19:34:00 +0000 (19:34 +0000)
building completion table.

lsdb.el

diff --git a/lsdb.el b/lsdb.el
index c998c51..4705b8e 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -466,6 +466,7 @@ This is the current number of slots in HASH-TABLE, whether occupied or not."
 (defun lsdb-complete-name ()
   "Complete the user full-name or net-address before point"
   (interactive)
+  (lsdb-maybe-load-file)
   (let* ((start
          (save-excursion
            (re-search-backward "\\(\\`\\|[\n:,]\\)[ \t]*")