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

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

[elpa] externals/rec-mode debbdd5 19/98: Time-stamp marks removed from t


From: Stefan Monnier
Subject: [elpa] externals/rec-mode debbdd5 19/98: Time-stamp marks removed from the entire codebase and syntax checks fixes.
Date: Thu, 12 Nov 2020 13:18:32 -0500 (EST)

branch: externals/rec-mode
commit debbdd52d281cac22b8936e7b6772dd84bcae480
Author: Jose E. Marchesi <jemarch@gnu.org>
Commit: Antoine Kalmbach <ane@iki.fi>

    Time-stamp marks removed from the entire codebase and syntax checks fixes.
---
 etc/ob-rec.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/ob-rec.el b/etc/ob-rec.el
index 30ebc61..a760feb 100644
--- a/etc/ob-rec.el
+++ b/etc/ob-rec.el
@@ -68,7 +68,7 @@ This function is called by `org-babel-execute-src-block'."
         (let ((table (org-table-to-lisp)))
           ;; The first row always contains the table header.
           (cons (car table) (cons 'hline (cdr table))))))))
-    
+
 (provide 'ob-rec)
 
 ;; ob-rec.el ends here



reply via email to

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