From 7eb193de1d4d7c4eee85b2de13a177b49eb80e8f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 29 Jul 2010 12:29:41 +0200 Subject: [PATCH] Minor refactoring. --- lisp/org-list.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index e57535400..c287bd51a 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -1232,8 +1232,7 @@ the whole buffer." (or (ignore-errors (org-entry-get nil "COOKIE_DATA")) "")))) - (cstat 0) - ) + (cstat 0)) (when all (goto-char (point-min)) (outline-next-heading)