summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-22 11:21:29 +0200
committerBastien Guerry <bzg@altern.org>2011-07-22 11:21:29 +0200
commitde27fab99a4f6c8c4d973358254f79eb4d70a1d1 (patch)
tree559c0976a946ada8e6f6456ee81a94c0fab67f6c
parent7c8db0fa344933125d298ebc6c5d5972dc06661b (diff)
downloadorg-mode-de27fab99a4f6c8c4d973358254f79eb4d70a1d1.tar.gz
org.el: remove one trailing whitespace.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 7943e51..54f931a 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))