Mercurial > emacs
changeset 84918:6c8465b69c48
(ada-prj-display-page): Use `mapc' rather than `mapcar'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Sep 2007 00:24:29 +0000 |
parents | e52cb6ef60ec |
children | 73311bfc1e1e |
files | lisp/progmodes/ada-prj.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-prj.el Wed Sep 26 00:23:56 2007 +0000 +++ b/lisp/progmodes/ada-prj.el Wed Sep 26 00:24:29 2007 +0000 @@ -254,8 +254,8 @@ (progn (setq widget-field-new nil widget-field-list nil) - (mapcar (lambda (x) (delete-overlay x)) (car (overlay-lists))) - (mapcar (lambda (x) (delete-overlay x)) (cdr (overlay-lists))))) + (mapc (lambda (x) (delete-overlay x)) (car (overlay-lists))) + (mapc (lambda (x) (delete-overlay x)) (cdr (overlay-lists))))) ;; Display the tabs