From: Ken Manheimer Date: Wed, 16 Mar 2011 19:03:06 +0000 (-0400) Subject: * allout.el (allout-yank-processing): Adjust for new rebulleting regime so X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b091141444a16b1d46a627a76957ab7af2309836;p=emacs.git * allout.el (allout-yank-processing): Adjust for new rebulleting regime so bullet being yanked is used without prompting the user for a choice. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9dcc5fb9ca5..e1bce10b980 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-03-16 Ken Manheimer + + * 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 * startup.el (command-line): Warn the user that _emacs is deprecated. diff --git a/lisp/allout.el b/lisp/allout.el index 2df606e45c6..3fb8ed7ccd5 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -4599,7 +4599,7 @@ however, are left exactly like normal, non-allout-specific yanks." (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