0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 12:02:53 +00:00

Minor indentation fix

This commit is contained in:
Carsten Dominik 2009-06-04 17:28:19 +02:00
parent 22d5daa11a
commit b6152ed5b0

View file

@ -1057,7 +1057,8 @@ INDENT is the indentation of the list."
(looking-at (concat "^" indent "[ \t]+\\|^$"))) (looking-at (concat "^" indent "[ \t]+\\|^$")))
(if (eq (point) (point-max)) (if (eq (point) (point-max))
(throw 'exit (point-max))) (throw 'exit (point-max)))
(forward-line 1))) (point))) (forward-line 1)))
(point)))
(defun org-list-insert-radio-list () (defun org-list-insert-radio-list ()
"Insert a radio list template appropriate for this major mode." "Insert a radio list template appropriate for this major mode."