Преглед изворни кода

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