emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs. [THIS IS T


From: Michael Sperber
Subject: [O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs. [THIS IS THE PATCH]
Date: Thu, 30 Aug 2012 10:22:04 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b31 (darwin)

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 <address@hidden>
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  <address@hidden>
        (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

[Prev in Thread] Current Thread [Next in Thread]