]> git.eshelyaron.com Git - emacs.git/commitdiff
(woman-change-fonts): Tweak previous change by using
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:57:38 +0000 (17:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:57:38 +0000 (17:57 +0000)
woman-request-regexp rather than "^\\.".

lisp/woman.el

index 9c73a365b6167625aaa6eb3adfb825994b106e80..ffa0ea692add8e01a0eff47b0ca88f9b2c78c952 100644 (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