|
From: | Richard Stallman |
Subject: | Re: Suggestion: check for \n, \t in regexp for query-replace-regexp |
Date: | Wed, 5 Dec 2001 02:48:35 -0700 (MST) |
query-replace-read-args is used for ordinary query-replace as well as for query-replace-regexp. \n in query-replace matches a backslash and an n. I thought about trying to distinguish more reliably when \n is likely to be an error and when it is likely to be what the user meant. Then I decided to make a simple change that can't ever do any real harm.
[Prev in Thread] | Current Thread | [Next in Thread] |