changeset 95602:12be2f7984b9

* replace.el (replace-search-function) (replace-re-search-function): New vars. (perform-replace): Use them. * longlines.el (longlines-re-search-forward): New function. (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 06 Jun 2008 20:30:54 +0000
parents 0f9baaf9427f
children e9435fc29a56
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 06 20:02:42 2008 +0000
+++ b/lisp/ChangeLog	Fri Jun 06 20:30:54 2008 +0000
@@ -1,3 +1,14 @@
+2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
+
+	* replace.el (replace-search-function)
+	(replace-re-search-function): New vars.
+	(perform-replace): Use them.
+
+	* longlines.el (longlines-re-search-forward): New function.
+	(longlines-mode): Bind replace-search-function and
+	replace-re-search-function, to ensure that replacement commands
+	treat newlines as spaces.
+
 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* help.el (function-called-at-point):