branch: elpa/gnuplot
commit a7cfd1d21867cfc13742f9ffbb457fa1d1692ad0
Author: Jonathan Oddie <[email protected]>
Commit: Jonathan Oddie <[email protected]>

    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