diff options
author | John Wiegley <johnw@newartisans.com> | 2010-05-02 23:50:17 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-05-02 23:50:17 -0400 |
commit | 7f5c1c81a1918dd3f7293a66b988599a0125b1f9 (patch) | |
tree | 95b5620ba3d9c4419553f4c0ff6a6b97714213a2 /lisp/ldg-new.el | |
parent | 056994497ea743a1e2d4782312eab65c31cb73b8 (diff) | |
download | fork-ledger-7f5c1c81a1918dd3f7293a66b988599a0125b1f9.tar.gz fork-ledger-7f5c1c81a1918dd3f7293a66b988599a0125b1f9.tar.bz2 fork-ledger-7f5c1c81a1918dd3f7293a66b988599a0125b1f9.zip |
Added some missing autoloads for the new ledger-mode
Diffstat (limited to 'lisp/ldg-new.el')
-rw-r--r-- | lisp/ldg-new.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ldg-new.el b/lisp/ldg-new.el index fce25984..a515d94f 100644 --- a/lisp/ldg-new.el +++ b/lisp/ldg-new.el @@ -34,6 +34,10 @@ (require 'ldg-post) +(autoload #'ledger-mode "ldg-mode" nil t) + +(autoload #'ledger-fully-complete-entry "ldg-complete" nil t) + (autoload #'ledger-texi-update-test "ldg-texi" nil t) (autoload #'ledger-texi-update-examples "ldg-texi" nil t) |