summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-10 13:17:22 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-01 12:26:51 +0200
commit4a63012aba984bf7cad6a06fbfff2b5a3feed66e (patch)
treecff700efef4a2cfc67dadd4da634d1d08b4f4d11
parent6a554c7ff3bc9083704c09f18c6c6b08b882d7d9 (diff)
gnu: Remove emacs-flymake-flycheck-superseded-version.
* gnu/packages/emacs-xyz.scm (emacs-flymake-flycheck-superseded-version): Delete variable. Change-Id: I36647e4aff7af41dd60aa6a0582f30da4a8e83aa
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b15c552dd28..92e93858966 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4669,12 +4669,6 @@ Flymake diagnostic backend. The effect is that Flymake will control when the
4669checker runs, and Flymake will receive its errors.") 4669checker runs, and Flymake will receive its errors.")
4670 (license license:gpl3+)))) 4670 (license license:gpl3+))))
4671 4671
4672(define-public emacs-flymake-flycheck-superseded-version
4673 (package
4674 (inherit emacs-flymake-flycheck)
4675 (version "20210404.2128")
4676 (properties (list (cons 'superseded emacs-flymake-flycheck)))))
4677
4678(define-public emacs-flymake-quickdef 4672(define-public emacs-flymake-quickdef
4679 ;; This particular commit includes bug fixes on top of 1.0.0 release. 4673 ;; This particular commit includes bug fixes on top of 1.0.0 release.
4680 (let ((version "1.0.0") 4674 (let ((version "1.0.0")