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

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

[nongnu] elpa/gnuplot c52bb6c 089/184: grammar fixes for new-style if st


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot c52bb6c 089/184: grammar fixes for new-style if statement and blocks
Date: Sun, 29 Aug 2021 11:03:21 -0400 (EDT)

branch: elpa/gnuplot
commit c52bb6c1a5eb4cadc9344e82a916e3d2b8c16776
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    grammar fixes for new-style if statement and blocks
---
 gnuplot-context.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 80592a0..4410d62 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -915,12 +915,12 @@ name; otherwise continues tokenizing up to the token at 
point. FIXME"
                   set-command cd-command call-command simple-command
                   eval-command load-command lower-raise-command pause-command
                   save-command system-command test-command undefine-command
-                  update-command assignment if-command do-command)))
+                  update-command assignment if-command new-if-command 
do-command)))
 
          (command-list
           (delimited-list command separator))
 
-         (block ["{" command-list "}"])
+         (block ["{" command-list (maybe separator) "}"])
 
 ;;; old-style one-line if(..) command
          (if-command



reply via email to

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