emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flycheck ed010752df 1/5: [Fix #2057] Revert "Extract the f


From: ELPA Syncer
Subject: [nongnu] elpa/flycheck ed010752df 1/5: [Fix #2057] Revert "Extract the fallback package version automatically"
Date: Sat, 24 Feb 2024 03:59:41 -0500 (EST)

branch: elpa/flycheck
commit ed010752df6ca0092107aeb22ff110306462102b
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Fix #2057] Revert "Extract the fallback package version automatically"
    
    This reverts commit 3970dd0f8ef25f836eabdb6a9fdaf48b6a543f90.
---
 flycheck.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/flycheck.el b/flycheck.el
index a273cfd0ee..dd544d4d59 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -80,7 +80,6 @@
 (require 'find-func)             ; `find-function-regexp-alist'
 (require 'json)                  ; `flycheck-parse-json'
 (require 'ansi-color)            ; `flycheck-parse-with-patterns-without-color'
-(require 'lisp-mnt)              ; `lm-version'
 
 
 ;; Declare a bunch of dynamic variables that we need from other modes
@@ -1234,9 +1233,7 @@ Only has effect when variable `global-flycheck-mode' is 
non-nil."
 
 
 
-(defconst flycheck-version
-  (eval-when-compile
-    (lm-version (or load-file-name buffer-file-name)))
+(defconst flycheck-version "34.0"
   "The current version of Flycheck.")
 
 (defun flycheck--pkg-version ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]