summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-23 10:21:07 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-23 10:21:07 +0200
commitb3d2b354c9d65e7ffc5d90763d96cb7d23c57fb1 (patch)
treec01818001432174cf02f0436873c4c7cc8157964
parentd13b0745dc79c79d76371c9d71ad273a6c878b93 (diff)
downloadorg-mode-b3d2b354c9d65e7ffc5d90763d96cb7d23c57fb1.tar.gz
org-list: Silence byte-compiler
* lisp/org-list.el (org-list-item-body-column): Silence byte-compiler.
-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 749f5ce..fbc53aa 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -2089,7 +2089,7 @@ Possible values are: `folded', `children' or `subtree'. See
(if (match-beginning 2)
(let ((start (1+ (match-end 2)))
(ind (org-get-indentation)))
- (if (> start (+ ind org-description-max-indent)) (+ ind 5) start))
+ (if (> start (+ ind org-list-description-max-indent)) (+ ind 5) start))
(+ (progn (goto-char (match-end 1)) (current-column))
(if (and org-list-two-spaces-after-bullet-regexp
(org-string-match-p org-list-two-spaces-after-bullet-regexp