]> git.eshelyaron.com Git - emacs.git/commitdiff
* replace.el (replace-search-function)
authorChong Yidong <cyd@stupidchicken.com>
Fri, 6 Jun 2008 20:30:54 +0000 (20:30 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 6 Jun 2008 20:30:54 +0000 (20:30 +0000)
(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.

lisp/ChangeLog

index f4b0748c7645e7477694aef4868f084172ea366a..8ae760d0bc6e232c911be7612dff133bf1bb4f84 100644 (file)
@@ -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):