From 04ed74a261ccb859cd0e6c4f2631d77dc017a69e Mon Sep 17 00:00:00 2001 From: Peter Feigl Date: Thu, 5 Feb 2015 10:38:51 +0100 Subject: cleaning up elisp byte compiler warnings --- lisp/ledger-state.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/ledger-state.el') diff --git a/lisp/ledger-state.el b/lisp/ledger-state.el index 47805f15..1bc5974d 100644 --- a/lisp/ledger-state.el +++ b/lisp/ledger-state.el @@ -24,6 +24,8 @@ ;; Utilities for dealing with transaction and posting status. ;;; Code: +(declare-function ledger-navigate-find-xact-extents "ledger-navigate" (pos)) +(declare-function ledger-thing-at-point "ledger-context" ()) (defcustom ledger-clear-whole-transactions nil "If non-nil, clear whole transactions, not individual postings." @@ -67,7 +69,7 @@ (defun ledger-state-from-string (state-string) - "Get state from STATE-CHAR." + "Get state from STATE-STRING." (when state-string (cond ((string-match "\\!" state-string) 'pending) -- cgit v1.2.3