changeset 69237:5e7d51a60bdf

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 01 Mar 2006 23:48:14 +0000
parents 13b406066d9e
children de924a86ee65
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 01 22:59:06 2006 +0000
+++ b/src/ChangeLog	Wed Mar 01 23:48:14 2006 +0000
@@ -1,3 +1,10 @@
+2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* search.c (Fregexp_quote): Do not precede a literal `]' with two
+	backslashes to try to make clear that it has a literal meaning; it
+	does not do that.  (It could close a character alternative
+	containing a backslash.)
+
 2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
 
 	* xselect.c (x_catch_errors_unwind): New function.