diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-10-25 01:06:22 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-10-25 01:06:22 +0000 |
commit | 788c3ebeb2db8cfbda68dadc78fa5aa9825f4cd2 (patch) | |
tree | 6b1e8e6f5d203f495dccdd251259f2ffce2538b6 /etc | |
parent | 24bdbffe0bcbd31958c5651b320ed200a4799dea (diff) | |
download | emacs-788c3ebeb2db8cfbda68dadc78fa5aa9825f4cd2.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |