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: Tue, 10 Apr 2007 19:35:34 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/10 19:35:34

Index: woman.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/woman.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- woman.el    10 Apr 2007 19:30:12 -0000      1.57
+++ woman.el    10 Apr 2007 19:35:34 -0000      1.58
@@ -2286,7 +2286,8 @@
     ;; conditionals and switch source requests:
     (woman0-roff-buffer from)
 
-    ;; Check for macro sets that woman cannot handle:
+    ;; Check for macro sets that woman cannot handle.  We can only
+    ;; because do this after processing source-switch directives.
     (goto-char (point-min))
     (let ((case-fold-search nil))
       (unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t)




reply via email to

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