# HG changeset patch # User Chong Yidong # Date 1174154258 0 # Node ID 31e546ba143c3f99dbf94aa77d27c5e896e900c8 # Parent fa0d6f7202f774f15da157ca4c31dc73088fd288 (woman-change-fonts): Tweak previous change by using woman-request-regexp rather than "^\\.". diff -r fa0d6f7202f7 -r 31e546ba143c lisp/woman.el --- a/lisp/woman.el Sat Mar 17 17:56:37 2007 +0000 +++ b/lisp/woman.el Sat Mar 17 17:57:38 2007 +0000 @@ -3327,7 +3327,7 @@ ;; 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