branch: elpa/gnuplot
commit c52bb6c1a5eb4cadc9344e82a916e3d2b8c16776
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
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