branch: elpa/diff-ansi commit 41fcab031220c86dcd203ef5d1814cf013d31d49 Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Quiet undeclared function warning --- diff-ansi.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/diff-ansi.el b/diff-ansi.el index 3e393f98fe..26191d48eb 100644 --- a/diff-ansi.el +++ b/diff-ansi.el @@ -133,8 +133,13 @@ It can be useful to show progress when viewing very large diffs." ;; Evaluate locally too. (eval diff-ansi--code-block-for-multiprocess-defs) + +;; --------------------------------------------------------------------------- +;; Forward Declarations + ;; Needed since the the `eval' causes the function to be hidden. (declare-function diff-ansi--ansi-color-apply-on-region-with-bg-impl "diff-ansi") +(declare-function magit-wash-sequence "magit-section") ;; ---------------------------------------------------------------------------