1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* allout.el (allout-yank-processing): Adjust for new rebulleting regime so

bullet being yanked is used without prompting the user for a choice.
This commit is contained in:
Ken Manheimer 2011-03-16 15:03:06 -04:00
parent fb103ca9a7
commit b091141444
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
* 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 <lekktu@gmail.com>
* startup.el (command-line): Warn the user that _emacs is deprecated.

View File

@ -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