Mercurial > emacs
changeset 76482:31e546ba143c
(woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 17 Mar 2007 17:57:38 +0000 |
parents | fa0d6f7202f7 |
children | 6f3e13b2e1ce |
files | lisp/woman.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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