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

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

[elpa] externals/realgud-node-debug fe337fd 4/5: Administrivia


From: Rocky Bernstein
Subject: [elpa] externals/realgud-node-debug fe337fd 4/5: Administrivia
Date: Thu, 23 May 2019 02:53:35 -0400 (EDT)

branch: externals/realgud-node-debug
commit fe337fdef185a46bea34a26111da599f40e1972f
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Administrivia
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 01ab3ce..48ff1d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_ARG_WITH(emacs, AC_HELP_STRING([--with-emacs],
 
 AC_MSG_NOTICE("Checking emacs version")
 $EMACS -batch -q --no-site-file -eval \
-  '(if (<= emacs-major-version 23)
+  '(if (<= emacs-major-version 24)
        (progn
-         (error "You need GNU Emacs 25 or better.")
+         (error "You need GNU Emacs 25 or later.")
          (kill-emacs 1)
        )
    )'



reply via email to

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