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: Sat, 13 Oct 2007 02:56:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/13 02:56:31

Index: woman.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/woman.el,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- woman.el    30 Sep 2007 19:10:44 -0000      1.63
+++ woman.el    13 Oct 2007 02:56:31 -0000      1.64
@@ -2716,7 +2716,7 @@
 (defun woman0-rename ()
   "Effect renaming required by .rn requests."
   ;; For now, do this backwards AFTER all macro expansion.
-  (dolist ((new woman0-rename-alist))
+  (dolist (new woman0-rename-alist)
     (let ((old (cdr new))
           (new (car new)))
       (goto-char (point-min))




reply via email to

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