emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/woman.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el,v
Date: Sat, 17 Mar 2007 17:57:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/17 17:57:38

Index: woman.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/woman.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- woman.el    10 Mar 2007 04:12:44 -0000      1.54
+++ woman.el    17 Mar 2007 17:57:38 -0000      1.55
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]