diff lisp/progmodes/cc-cmds.el @ 85225:a0a1222030c8

(top level): Use mapc rather than mapcar.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Oct 2007 03:01:31 +0000
parents b10f8731b217
children 4c81c0b94f32 d38543a1c0f9
line wrap: on
line diff
--- a/lisp/progmodes/cc-cmds.el	Sat Oct 13 03:01:12 2007 +0000
+++ b/lisp/progmodes/cc-cmds.el	Sat Oct 13 03:01:31 2007 +0000
@@ -2595,7 +2595,7 @@
 ;; set up electric character functions to work with pending-del,
 ;; (a.k.a. delsel) mode.  All symbols get the t value except
 ;; the functions which delete, which gets 'supersede.
-(mapcar
+(mapc
  (function
   (lambda (sym)
     (put sym 'delete-selection t)	; for delsel (Emacs)