master 67dd54157ed 2/2: ; * test/lisp/vc/vc-tests/vc-test-misc.el: Missing declaration.
Sean Whitton <[email protected]> Mon, 3 Aug 2026 05:38:53 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 67dd54157ed44f3cdd99cda9734b392c9e477555 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; * test/lisp/vc/vc-tests/vc-test-misc.el: Missing declaration. --- test/lisp/vc/vc-tests/vc-test-misc.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lisp/vc/vc-tests/vc-test-misc.el b/test/lisp/vc/vc-tests/vc-test-misc.el index 30c5df5b63a..618b5994004 100644 --- a/test/lisp/vc/vc-tests/vc-test-misc.el +++ b/test/lisp/vc/vc-tests/vc-test-misc.el @@ -522,6 +522,8 @@ See bug#80803 and bug#80967." (should-not (seq-intersection directories (vc-dir-marked-files))) (kill-buffer vc-dir-buf)))))) +(declare-function diff-add-change-log-entries-other-window "diff-mode") + (ert-deftest vc-test-log-message-from-changelog () ; bug#80928 "Test automatic insertion of log message from ChangeLog." (skip-unless (executable-find vc-git-program))