emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103673: * allout.el (allout-yank-pro


From: Ken Manheimer
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103673: * allout.el (allout-yank-processing): Adjust for new rebulleting regime so
Date: Wed, 16 Mar 2011 15:03:06 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103673
committer: Ken Manheimer <address@hidden>
branch nick: trunk
timestamp: Wed 2011-03-16 15:03:06 -0400
message:
  * allout.el (allout-yank-processing): Adjust for new rebulleting regime so
  bullet being yanked is used without prompting the user for a choice.
modified:
  lisp/ChangeLog
  lisp/allout.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-16 02:13:31 +0000
+++ b/lisp/ChangeLog    2011-03-16 19:03:06 +0000
@@ -1,3 +1,9 @@
+2011-03-16  Ken Manheimer  <address@hidden>
+
+       * allout.el (allout-yank-processing): Adjust for new rebulleting
+       regime so bullet being yanked is used without prompting the user
+       for a choice.
+
 2011-03-16  Juanma Barranquero  <address@hidden>
 
        * startup.el (command-line): Warn the user that _emacs is deprecated.

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2011-03-15 21:01:37 +0000
+++ b/lisp/allout.el    2011-03-16 19:03:06 +0000
@@ -4599,7 +4599,7 @@
                      (if (looking-at " ")
                          (delete-char 1))))
                   ;; Assert new topic's bullet - minimal effort if unchanged:
-                  (allout-rebullet-heading prefix-bullet))
+                  (allout-rebullet-heading (string-to-char prefix-bullet)))
               (exchange-point-and-mark))))
       (if rectify-numbering
           (progn


reply via email to

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