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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/woman.el,v
Date: Fri, 22 Sep 2006 21:32:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/09/22 21:32:25

Index: woman.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/woman.el,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- woman.el    22 Sep 2006 19:09:44 -0000      1.47
+++ woman.el    22 Sep 2006 21:32:25 -0000      1.48
@@ -2657,7 +2657,7 @@
        (error "File `%s' not found" name))
     (beginning-of-line)
     (woman-delete-line 1)
-    (let ((from (point))
+    (let* ((from (point))
          (length (woman-insert-file-contents filename 0))
          (to (copy-marker (+ from length) t)))
       (woman-pre-process-region from to)
@@ -3971,7 +3971,7 @@
   (delete-char 1)
   (looking-at "\\(.\\)\\(.*\\)\\1")
   (forward-char 1)
-  (let* ((to (match-end 2)))
+  (let* ((to (match-end 2))
          (from (match-beginning 0))
          (N (woman-parse-numeric-arg))
          (c (if (< (point) to) (following-char) ?_)))




reply via email to

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