summaryrefslogtreecommitdiff
path: root/lisp/ldg-complete.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-05-07 22:57:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-05-07 22:57:05 -0400
commitd728e1364a4499d9965c513c92468d2a89882433 (patch)
treed40a5e8f74822deb99e9835646377dafc071425c /lisp/ldg-complete.el
parent7f5c1c81a1918dd3f7293a66b988599a0125b1f9 (diff)
downloadfork-ledger-d728e1364a4499d9965c513c92468d2a89882433.tar.gz
fork-ledger-d728e1364a4499d9965c513c92468d2a89882433.tar.bz2
fork-ledger-d728e1364a4499d9965c513c92468d2a89882433.zip
Make sure ldg-new.el loads correctly
Diffstat (limited to 'lisp/ldg-complete.el')
-rw-r--r--lisp/ldg-complete.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-complete.el b/lisp/ldg-complete.el
index cc2ac152..33a734b3 100644
--- a/lisp/ldg-complete.el
+++ b/lisp/ldg-complete.el
@@ -153,3 +153,4 @@
(if (re-search-backward "\\(\t\\| [ \t]\\)" nil t)
(goto-char (match-end 0))))))
+(provide 'ldg-complete)