(woman-change-fonts): Tweak previous change by using
woman-request-regexp rather than "^\\.".
This commit is contained in:
parent
d08592e8bc
commit
11c5be91d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue