changeset 93987:01a6307d740c

* woman.el (woman2-TH): Use string-equal instead of string-match.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 11 Apr 2008 02:30:06 +0000
parents e20062ee80fe
children 564007cfcf46
files lisp/ChangeLog
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 11 02:24:15 2008 +0000
+++ b/lisp/ChangeLog	Fri Apr 11 02:30:06 2008 +0000
@@ -1,7 +1,6 @@
 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
 
-	* woman.el (woman2-TH): Quote search string argument to
-	string-match.
+	* woman.el (woman2-TH): Use string-equal instead of string-match.
 
 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>