]> git.eshelyaron.com Git - emacs.git/commitdiff
(top level): Use mapc rather than mapcar.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 03:01:31 +0000 (03:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Oct 2007 03:01:31 +0000 (03:01 +0000)
lisp/progmodes/cc-cmds.el

index 860893bcfa64f3d252ea3eecfb60e31940e2aed8..db052c4b8f52d8611b57aea903efa4d10cf211b8 100644 (file)
@@ -2595,7 +2595,7 @@ sentence motion in or near comments and multiline strings."
 ;; 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)