Browse Source

Minor fix

Carsten Dominik 16 năm trước cách đây
mục cha
commit
045a962582
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)