diff options
| -rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index c4f922f38e7..fc0100b31da 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -2716,7 +2716,7 @@ If DELETE is non-nil then delete from point." | |||
| 2716 | (defun woman0-rename () | 2716 | (defun woman0-rename () |
| 2717 | "Effect renaming required by .rn requests." | 2717 | "Effect renaming required by .rn requests." |
| 2718 | ;; For now, do this backwards AFTER all macro expansion. | 2718 | ;; For now, do this backwards AFTER all macro expansion. |
| 2719 | (dolist ((new woman0-rename-alist)) | 2719 | (dolist (new woman0-rename-alist) |
| 2720 | (let ((old (cdr new)) | 2720 | (let ((old (cdr new)) |
| 2721 | (new (car new))) | 2721 | (new (car new))) |
| 2722 | (goto-char (point-min)) | 2722 | (goto-char (point-min)) |