1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(woman0-rename): Fix paren typo.

This commit is contained in:
Glenn Morris 2007-10-13 02:56:31 +00:00
parent 3fbc7a012c
commit 8d660cdf70

View 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))