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:
parent
3fbc7a012c
commit
8d660cdf70
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue