From 11c5be91d7c3d55ab137ad0977bd38dcdf537250 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 17 Mar 2007 17:57:38 +0000 Subject: (woman-change-fonts): Tweak previous change by using woman-request-regexp rather than "^\\.". --- lisp/woman.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/woman.el') diff --git a/lisp/woman.el b/lisp/woman.el index 9c73a365b61..ffa0ea692ad 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -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 -- cgit v1.2.1