aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2004-10-08 17:02:16 +0000
committerEli Zaretskii <[email protected]>2004-10-08 17:02:16 +0000
commita1883913f882a8a6e32bd08bfd8e6f4754b348db (patch)
treebdb7e6cd418df0865cd818d4dab4716de7abea08 /lisp/ChangeLog
parent9afed9b1fa5aa59623def395f6229e177e0810d0 (diff)
(isearch-yank-line): C-y yanks to next EOL, not end of current line.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 236993fd00..f71d680084 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,9 @@
-2004-10-09 Masatake YAMATO <[email protected]>
+2004-10-08 Alan Mackenzie <[email protected]>
+
+ * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
+ of current line.
+
+2004-10-08 Masatake YAMATO <[email protected]>
* server.el (server-process-filter): Wrap `process-send-region'
by `condition-case' to guard the case when the pipe to PROC is