summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2010-07-11 15:07:34 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2010-09-01 19:05:44 +0200
commita0a86fbba00ad97b2692b75949579022c06f19c5 (patch)
tree1f920b80300044b1e7344c4eefe184abc78875ce
parent4c0bf39469517cf9fe9c35be881457d790cc8a44 (diff)
downloadorg-mode-a0a86fbba00ad97b2692b75949579022c06f19c5.tar.gz
Minor fix.
* lisp/org-list.el (org-list-bottom-point): No need for square brackets for `skip-chars-backward'.
-rw-r--r--lisp/org-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 964277f..790c532 100644
--- a/lisp/org-list.el
+++ b/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