branch: elpa/diff-ansi
commit fc37833b19478a8c56bc883fde76b6eefb72ac98
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Fix incorrect file argument to declare-function
---
 changelog.rst | 1 +
 diff-ansi.el  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index 45befd9f331..b654ea368e2 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,7 @@ Change Log
 
 - Development (2025-02-09)
 
+  - Fix incorrect file argument to ``declare-function``.
   - Fix #4: Message in site-file causes multi-process diff to fail.
   - Fix ``ydiff`` defaulting to 80 column width.
   - Fix an error, attempting to use a closed buffer when ``diff-ansi-method`` 
is set to ``'progressive``.
diff --git a/diff-ansi.el b/diff-ansi.el
index 797c9aee9d0..ee39b9ae0c4 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -156,7 +156,7 @@ It can be useful to show progress when viewing very large 
diffs."
 ;; 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 diff-ansi--ansi-color-apply-on-region-with-bg-impl 
"ansi-color")
 (declare-function magit-wash-sequence "magit-section")
 
 

Reply via email to