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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el,v
Date: Mon, 12 Mar 2007 03:24:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/03/12 03:24:58

Index: woman.el
===================================================================
RCS file: /cvsroot/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    12 Mar 2007 03:24:58 -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]