From de27fab99a4f6c8c4d973358254f79eb4d70a1d1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 22 Jul 2011 11:21:29 +0200 Subject: [PATCH] org.el: remove one trailing whitespace. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 7943e51cc..54f931aa3 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6977,7 +6977,7 @@ When NO-TAGS is non-nil, don't include tags. When NO-TODO is non-nil, don't include TODO keywords." (save-excursion (org-back-to-heading t) - (cond + (cond ((and no-tags no-todo) (looking-at org-complex-heading-regexp) (match-string 4))