Mercurial > emacs
changeset 85195:718f0bcfdb7c
(reftex-toc-do-promote): Use mapc rather than mapcar.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 12 Oct 2007 06:34:33 +0000 |
parents | b4b8e47fe18b |
children | 5aad543561c0 |
files | lisp/textmodes/reftex-toc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/reftex-toc.el Fri Oct 12 06:33:19 2007 +0000 +++ b/lisp/textmodes/reftex-toc.el Fri Oct 12 06:34:33 2007 +0000 @@ -618,7 +618,7 @@ nil ; we have permission, do nothing (error "Abort")) ; abort, we don't have permission ;; Do the changes - (mapcar 'reftex-toc-promote-action entries) + (mapc 'reftex-toc-promote-action entries) ;; Rescan the document and rebuilt the toc buffer (save-window-excursion (reftex-toc-Rescan))