projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd8e8d
)
* lsdb.el (lsdb-complete-name): Call lsdb-maybe-load-file before
author
ueno
<ueno>
Thu, 25 Apr 2002 19:34:00 +0000
(19:34 +0000)
committer
ueno
<ueno>
Thu, 25 Apr 2002 19:34:00 +0000
(19:34 +0000)
building completion table.
lsdb.el
patch
|
blob
|
history
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]*")