From 4f3c8948e0ba213fdb44ef51cc6f52165d98e7ae Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 31 Jul 2014 12:54:40 +0200 Subject: [PATCH] Fix trailing spaces in previous commit --- contrib/lisp/ob-stata.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/lisp/ob-stata.el b/contrib/lisp/ob-stata.el index 8a70754cd..29aa88d01 100644 --- a/contrib/lisp/ob-stata.el +++ b/contrib/lisp/ob-stata.el @@ -30,10 +30,10 @@ ;; It is basically result of find-and-replace "stata" for "julia" ;; in ob-julia.el by G. Jay Kerns. Only ":results output" works: the ;; header args must include ":results output" (this is the default). -;; Note that I'm not sure ':results value' makes sense or is useful -;; but I have left all the value-processing stuff inherited from +;; Note that I'm not sure ':results value' makes sense or is useful +;; but I have left all the value-processing stuff inherited from ;; ob-julia and ob-R. ':results graphics' would be nice, but I have -;; not tried to implement it. +;; not tried to implement it. ;; --Ista, 07/30/2014 ;;; Requirements: -- 2.11.4.GIT