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

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

[elpa] externals/phps-mode 2a296e0947 11/27: Updated output in parser ge


From: Christian Johansson
Subject: [elpa] externals/phps-mode 2a296e0947 11/27: Updated output in parser generator automation
Date: Sat, 4 Mar 2023 03:24:56 -0500 (EST)

branch: externals/phps-mode
commit 2a296e094790c2074fd1ace0e448d382bd76dba5
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Updated output in parser generator automation
---
 phps-mode-automation-parser-generator.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phps-mode-automation-parser-generator.el 
b/phps-mode-automation-parser-generator.el
index c665d1b902..82b5ebf916 100644
--- a/phps-mode-automation-parser-generator.el
+++ b/phps-mode-automation-parser-generator.el
@@ -63,11 +63,11 @@
     ;; Download YACC if not available (seems to now work in batch mode for 
some reason)
     (unless (file-exists-p php-yacc-file)
       (message
-       ";; Downloading PHP 8.1 YACC grammar.. since %S does not exists" 
php-yacc-file)
+       ";; Downloading PHP 8.2 YACC grammar.. since %S does not exists" 
php-yacc-file)
       (with-current-buffer (url-retrieve-synchronously php-yacc-url)
         (write-file php-yacc-file))
       (message
-       ";; Download of PHP 8.1 YACC grammar completed"))
+       ";; Download of PHP 8.2 YACC grammar completed"))
 
     (unless (file-exists-p php-yacc-file)
       (error "Missing PHP YACC grammar at %s!" php-yacc-file))))



reply via email to

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