Make sure ldg-new.el loads correctly

This commit is contained in:
John Wiegley 2010-05-07 22:57:05 -04:00
parent 7f5c1c81a1
commit d728e1364a
3 changed files with 8 additions and 3 deletions

View file

@ -153,3 +153,4 @@
(if (re-search-backward "\\(\t\\| [ \t]\\)" nil t)
(goto-char (match-end 0))))))
(provide 'ldg-complete)

View file

@ -114,3 +114,4 @@ Return the difference in the format of a time value."
(let ((bounds (ledger-current-entry-bounds)))
(delete-region (car bounds) (cdr bounds))))
(provide 'ldg-mode)

View file

@ -33,10 +33,13 @@
;;; Commentary:
(require 'ldg-post)
(require 'ldg-mode)
(require 'ldg-complete)
(require 'ldg-state)
(autoload #'ledger-mode "ldg-mode" nil t)
(autoload #'ledger-fully-complete-entry "ldg-complete" nil t)
;(autoload #'ledger-mode "ldg-mode" nil t)
;(autoload #'ledger-fully-complete-entry "ldg-complete" nil t)
;(autoload #'ledger-toggle-current "ldg-state" nil t)
(autoload #'ledger-texi-update-test "ldg-texi" nil t)
(autoload #'ledger-texi-update-examples "ldg-texi" nil t)