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:
parent
fb103ca9a7
commit
b091141444
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user