Mercurial > emacs
diff lisp/woman.el @ 91048:d38543a1c0f9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 880-885)
- Remove RCS keywords from doc/misc/cc-mode.texi
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 13 Oct 2007 05:53:03 +0000 |
parents | 14c4a6aac623 41439f6baee9 |
children | a0e466c4d599 |
line wrap: on
line diff
--- a/lisp/woman.el Fri Oct 12 21:57:45 2007 +0000 +++ b/lisp/woman.el Sat Oct 13 05:53:03 2007 +0000 @@ -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))