From 060d79f08078cd98f2be77eeac367affa5c02de9 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 22 Nov 2013 08:11:34 -0700 Subject: [PATCH] whitespace fixes --- lisp/ob-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 2e9b1882c..3df0f5c56 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -217,7 +217,7 @@ not match KEY should be returned." (lambda (p) (when (funcall (if others #'not #'identity) (eq (car p) key)) p)) params))) -(defun org-babel-get-inline-src-block-matches() +(defun org-babel-get-inline-src-block-matches () "Set match data if within body of an inline source block. Returns non-nil if match-data set" (let ((src-at-0-p (save-excursion @@ -240,7 +240,7 @@ Returns non-nil if match-data set" t )))))) (defvar org-babel-inline-lob-one-liner-regexp) -(defun org-babel-get-lob-one-liner-matches() +(defun org-babel-get-lob-one-liner-matches () "Set match data if on line of an lob one liner. Returns non-nil if match-data set" (save-excursion -- 2.11.4.GIT