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

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-08-30 10:33:33 +02:00
commit 5d16834906

View file

@ -21106,7 +21106,7 @@ a footnote definition, try to fill the first paragraph within."
(paragraph-start (cadadr (assoc 'paragraph-start org-fb-vars)))
(paragraph-separate
(cadadr (assoc 'paragraph-separate org-fb-vars))))
(fill-paragraph))
(fill-paragraph nil))
(save-excursion
;; Move to end of line in order to get the first paragraph
;; within a plain list or a footnote definition.