From: ueno Date: Thu, 25 Apr 2002 19:34:00 +0000 (+0000) Subject: * lsdb.el (lsdb-complete-name): Call lsdb-maybe-load-file before X-Git-Tag: lsdb-0_1~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9960f9bb43ea564906ff1be617c38c41f708fbce;p=elisp%2Flsdb.git * lsdb.el (lsdb-complete-name): Call lsdb-maybe-load-file before building completion table. --- diff --git a/lsdb.el b/lsdb.el index c998c51..4705b8e 100644 --- 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]*")