aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ada-prj.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-09-26 00:24:29 +0000
committerJuanma Barranquero <[email protected]>2007-09-26 00:24:29 +0000
commit88f43129a846b261d4144956bcce59d73e75318b (patch)
tree6627d95e1aa7d0e14e587389432297edf284ede6 /lisp/progmodes/ada-prj.el
parent65c96997b593ab3cdf79766a0560f09be0b4631e (diff)
(ada-prj-display-page): Use `mapc' rather than `mapcar'.
Diffstat (limited to 'lisp/progmodes/ada-prj.el')
-rw-r--r--lisp/progmodes/ada-prj.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el
index 7cff0158f8..b3f059b2b3 100644
--- a/lisp/progmodes/ada-prj.el
+++ b/lisp/progmodes/ada-prj.el
@@ -254,8 +254,8 @@ The current buffer must be the project editing buffer."
(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