浏览代码

Minor fix.

* lisp/org-list.el (org-list-bottom-point): No need for square
  brackets for `skip-chars-backward'.
Nicolas Goaziou 15 年之前
父节点
当前提交
a0a86fbba0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -395,7 +395,7 @@ A checkbox is blocked if all of the following conditions are fulfilled:
     (and (org-in-item-p)
 	 (let ((pos (org-beginning-of-item))
 	       (bound (or (and (outline-next-heading)
-			       (skip-chars-backward "[ \t\r\n]")
+			       (skip-chars-backward " \t\r\n")
 			       (1+ (point-at-eol)))
 			  (point-max))))
 	   ;; The list ending is either first point matching