summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-08-16 10:23:04 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-08-16 10:23:04 +0200
commitb6fab3770bf4d22b05f7ef55e83a019aa70844b4 (patch)
tree007e888916962369481f2c409f61c0b97b818487
parentad23b7d173a46257ba51b22d3d41436d8ef977e0 (diff)
downloadorg-mode-b6fab3770bf4d22b05f7ef55e83a019aa70844b4.tar.gz
org-list: remove left-over commented code and clean white space
-rw-r--r--lisp/org-list.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index e9bc7ff..8b77e34 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -75,7 +75,7 @@
;;; Code:
-(eval-when-compile
+(eval-when-compile
(require 'cl))
(require 'org-macs)
(require 'org-compat)
@@ -1804,8 +1804,6 @@ Initial position of cursor is restored after the changes."
((and (match-string 3) new-box)
(replace-match new-box nil nil nil 3))
((match-string 3)
- ;; (goto-char (or (match-end 2) (match-end 1)))
- ;; (skip-chars-backward " \t")
(looking-at ".*?\\([ \t]*\\[[ X-]\\]\\)")
(replace-match "" nil nil nil 1))
(t (let ((counterp (match-end 2)))