Browse Source

Minor fix

Carsten Dominik 15 years ago
parent
commit
045a962582
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -11265,7 +11265,7 @@ If DATA is nil or the empty string, any tags will be removed."
 		  ":"))
 	 ((listp data)
 	  (concat ":" (mapconcat 'identity data ":") ":"))
-	 t nil))
+	 (t nil)))
   (when data
     (save-excursion
       (org-back-to-heading t)