(woman-change-fonts): Tweak previous change by using

woman-request-regexp rather than "^\\.".
This commit is contained in:
Chong Yidong 2007-03-17 17:57:38 +00:00
parent d08592e8bc
commit 11c5be91d7

View file

@ -3327,7 +3327,7 @@ If optional arg CONCAT is non-nil then join arguments."
;; otherwise match woman-request-regexp. The "\\&" which is
;; inserted to prevent this is removed by woman2-process-escapes.
(and fescape
(looking-at "^\\.")
(looking-at woman-request-regexp)
(insert "\\&"))
(woman-set-face previous-pos (point) current-font)
(if beg