branch: externals/rec-mode
commit debbdd52d281cac22b8936e7b6772dd84bcae480
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
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