]> git.eshelyaron.com Git - emacs.git/commit
* 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)
commit742764a75fd5b34d1e03b763ada3b1bf68b14bd1
tree426752245539b78b5bef1a5052197807748b2f66
parent2e6750c8f8f1bc4af059574da7cea898321dc914
* 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.
lisp/ChangeLog