From: Juanma Barranquero Date: Wed, 26 Sep 2007 00:11:46 +0000 (+0000) Subject: (disassemble-1): Use `mapc' rather than `mapcar'. X-Git-Tag: emacs-pretest-23.0.90~10646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56a1431a050a598a236480d92ce634e65fe0ca38;p=emacs.git (disassemble-1): Use `mapc' rather than `mapcar'. --- diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index 01378a7f8d6..60b29bdb949 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el @@ -250,7 +250,7 @@ OBJ should be a call to BYTE-CODE generated by the byte compiler." (+ indent disassemble-recursive-indent))) ((eq (car-safe (car-safe arg)) 'byte-code) (insert "(...)\n") - (mapcar ;recurse on list of byte-code objects + (mapc ;recurse on list of byte-code objects '(lambda (obj) (disassemble-1 obj