Mercurial > emacs
changeset 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 | 37dfa62aaf49 |
children | 716b4c75ab5f |
files | lisp/progmodes/cc-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)