From 742764a75fd5b34d1e03b763ada3b1bf68b14bd1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 6 Jun 2008 20:30:54 +0000 Subject: [PATCH] * 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4b0748c764..8ae760d0bc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2008-06-06 Chong Yidong + + * 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 * help.el (function-called-at-point): -- 2.39.2