summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-04-11 02:31:43 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-04-11 02:31:43 +0000
commit42e1d5879b823083eae5e3da4b8b41e6e6b95394 (patch)
tree3b607813969c476b32b49b1db0bfde01ee9aed96 /lisp
parent8d0f1197e9a145cbf674e9e410247dc53daef02c (diff)
downloademacs-42e1d5879b823083eae5e3da4b8b41e6e6b95394.tar.gz
(woman2-TH): Undo last change. Use string-equal instead of
string-match.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/woman.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index 01e4f223656..eca447d07bb 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -3810,8 +3810,7 @@ v alters page foot left; m alters page head center.
(insert " -- ")
(woman-forward-arg 'unquote 'concat)
;; Delete repeated arguments:
- (if (string-match (regexp-quote
- (buffer-substring here (point)))
+ (if (string-equal (buffer-substring here (point))
(buffer-substring start here))
(delete-region here (point)))))
;; Embolden heading (point is at end of heading):