]> git.eshelyaron.com Git - emacs.git/commitdiff
(woman0-rename): Fix paren typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:56:31 +0000 (02:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 02:56:31 +0000 (02:56 +0000)
lisp/woman.el

index c4f922f38e7d8dc244179f9b5565707275d89d25..fc0100b31dad61f8bb287af704b0ed14e457f2fb 100644 (file)
@@ -2716,7 +2716,7 @@ If DELETE is non-nil then delete from point."
 (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))