changeset 84923:85483f68777e

(vhdl-set-style, vhdl-regress-line): Use `mapc' rather than `mapcar'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Sep 2007 00:30:00 +0000
parents 1b6b77d0f75a
children c3fb2ef00f90
files lisp/progmodes/vhdl-mode.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el	Wed Sep 26 00:28:25 2007 +0000
+++ b/lisp/progmodes/vhdl-mode.el	Wed Sep 26 00:30:00 2007 +0000
@@ -2811,7 +2811,7 @@
 
 ;; set up electric character functions to work with
 ;; `delete-selection-mode' (Emacs) and `pending-delete-mode' (XEmacs)
-(mapcar
+(mapc
  (function
   (lambda (sym)
     (put sym 'delete-selection t)	; for `delete-selection-mode' (Emacs)
@@ -5296,7 +5296,7 @@
     (or vars
 	(error "ERROR:  Invalid VHDL indentation style `%s'" style))
     ;; set all the variables
-    (mapcar
+    (mapc
      (function
       (lambda (varentry)
 	(let ((var (car varentry))
@@ -7148,7 +7148,7 @@
 	(actual (vhdl-get-syntactic-context))
 	(expurgated))
     ;; remove the library unit symbols
-    (mapcar
+    (mapc
      (function
       (lambda (elt)
 	(if (memq (car elt) '(entity configuration package