From b6152ed5b0030bbbde35196a4e62975d9c3d83a6 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 4 Jun 2009 17:28:19 +0200 Subject: [PATCH] Minor indentation fix --- lisp/org-list.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index f3d77c23f..795c7fb65 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -1057,7 +1057,8 @@ INDENT is the indentation of the list." (looking-at (concat "^" indent "[ \t]+\\|^$"))) (if (eq (point) (point-max)) (throw 'exit (point-max))) - (forward-line 1))) (point))) + (forward-line 1))) + (point))) (defun org-list-insert-radio-list () "Insert a radio list template appropriate for this major mode."