commit:     b2034d0f3cbce25ed7755f09126d144e701a2d6a
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 20:56:09 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 20:56:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2034d0f

app-emacs/markdown-mode: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/markdown-mode-2.5-test.patch             | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/app-emacs/markdown-mode/files/markdown-mode-2.5-test.patch 
b/app-emacs/markdown-mode/files/markdown-mode-2.5-test.patch
deleted file mode 100644
index 0bd1e8b7f667..000000000000
--- a/app-emacs/markdown-mode/files/markdown-mode-2.5-test.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-This test seems to expect interactive input, therefore disable.
-
---- markdown-mode-2.5/tests/markdown-test.el
-+++ markdown-mode-2.5/tests/markdown-test.el
-@@ -6643,25 +6643,6 @@
-             (should (string= (markdown-wiki-link-link) "Zettel Markdown")))
-         (kill-buffer)))))
- 
--(ert-deftest test-markdown-ext/wiki-link-search-under-project ()
--  "Test that searching link under project root."
--  (let ((markdown-enable-wiki-links t)
--        (markdown-link-space-sub-char " ")
--        (markdown-wiki-link-search-type '(project))
--        (expected (expand-file-name "wiki/pr590/Guide/Zettel Markdown/math.md"
--                                    markdown-test-dir)))
--    (progn
--      (find-file (expand-file-name "wiki/pr590/Guide/Plugin/Link.md" 
markdown-test-dir))
--      (unwind-protect
--          (progn
--            (markdown-mode)
--            (re-search-forward "math")
--            (goto-char (match-beginning 0))
--            (markdown-wiki-link-p) ;; create match-data
--            (let ((link (markdown-convert-wiki-link-to-filename 
(markdown-wiki-link-link))))
--              (should (string= (expand-file-name link) expected))))
--        (kill-buffer)))))
--
- (ert-deftest test-markdown-ext/wiki-link-major-mode ()
-   "Test major-mode of linked page."
-   (let ((markdown-enable-wiki-links t)

Reply via email to