1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2005-10-25 01:06:22 +00:00
parent 24bdbffe0b
commit 788c3ebeb2

View File

@ -1284,8 +1284,8 @@ read-only properties, if it is safe to do so. This means that if any
part of a prompt is deleted, then the entire prompt must be deleted
and that all prompts must stay at the beginning of a line. If this is
not the case, then `comint-kill-region' behaves just like
`kill-region' if read-only are involved: it copies the text to the
kill-ring, but does not delete it.
`kill-region' if read-only properties are involved: it copies the text
to the kill-ring, but does not delete it.
+++
*** The new command `comint-insert-previous-argument' in comint-derived