Sorry, I included the wrong patch.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
>From 0c684c748c7548f5b70cc6231ef68818d15df49d Mon Sep 17 00:00:00 2001
From: Mike Sperber <sper...@deinprogramm.de>
Date: Sat, 25 Aug 2012 17:36:18 +0200
Subject: [PATCH 2/3] XEmacs: Make call to `fill-paragraph' work on XEmacs.

2012-08-25  Michael Sperber  <m...@xemacs.org>
	(org-fill-paragraph): Pass optional argument to
	`fill-paragraph', which is mandatory for XEmacs.
---
 lisp/org.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 98bebba..4d6acd8 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -21057,7 +21057,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.
-- 
1.7.0.5

Reply via email to