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

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

[nongnu] elpa/gnuplot a7cfd1d 055/184: Abbreviate "print" command


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot a7cfd1d 055/184: Abbreviate "print" command
Date: Sun, 29 Aug 2021 11:03:14 -0400 (EDT)

branch: elpa/gnuplot
commit a7cfd1d21867cfc13742f9ffbb457fa1d1692ad0
Author: Jonathan Oddie <j.j.oddie@gmail.com>
Commit: Jonathan Oddie <j.j.oddie@gmail.com>

    Abbreviate "print" command
---
 gnuplot-context.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 48df224..b2d8de0 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -1167,7 +1167,7 @@ name; otherwise continues tokenizing up to the token at 
point. FIXME"
 
 ;;; print command
         (print-command
-         ["print" (delimited-list expression ",")])
+         [(kw ("pr" . "int")) (delimited-list expression ",")])
 
 ;;; set commands
         (set-command



reply via email to

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