瀏覽代碼

Minor fix

Carsten Dominik 15 年之前
父節點
當前提交
045a962582
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)