"Richard M. Stallman" <[EMAIL PROTECTED]> writes:

> Please try this fix.
>
> *** outline.el        07 Aug 2005 13:30:25 -0400      1.13
> --- outline.el        24 Aug 2005 19:29:29 -0400      

Works for me.

I'd add

--- outline.el.rms      2005-08-26 10:14:30.000000000 +0200
+++ outline.el  2005-08-26 10:14:34.000000000 +0200
@@ -492,7 +492,7 @@
                              ;; Didn't work, so ask what to do.
                              (read-string (format "Parent heading for `%s': "
                                                   head)
-                                          nil nil nil t)))))))
+                                          head nil nil t)))))))
 
       (unless (rassoc level outline-heading-alist)
        (push (cons head level) outline-heading-alist))
@@ -543,7 +543,7 @@
                      ;; Didn't work, so ask what to do.
                      (read-string (format "Demoted heading for `%s': "
                                           head)
-                                  nil nil nil t)))))))
+                                  head nil nil t)))))))
 
       (unless (rassoc level outline-heading-alist)
        (push (cons head level) outline-heading-alist))

(when I outline-promote a \subparagraph, and Emacs asks me what to do
with it, the usual answer for me will be "keep it as it is", that I
can do with a simple "RET" now).

Thanks,

-- 
Matthieu


_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to