From: Karl Heuer Date: Wed, 5 Apr 1995 01:17:41 +0000 (+0000) Subject: (tempo-dolist): Don't use `cadr'. X-Git-Tag: emacs-19.34~4656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f4d3657161068861dccbcc6c009922ce4a18097;p=emacs.git (tempo-dolist): Don't use `cadr'. --- diff --git a/lisp/tempo.el b/lisp/tempo.el index ce712aa1382..642a3cca1da 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -5,7 +5,7 @@ ;; Created: 16 Feb 1994 ;; Version: 1.2.1 ;; Keywords: extensions, languages, tools -;; $Revision: 1.29 $ +;; $Revision: 1.5 $ ;; This file is part of GNU Emacs. @@ -211,9 +211,9 @@ it recognizes the argument, and NIL otherwise") (l (car (cdr il)))) (list 'tempo-mapc (list 'function (append (list 'lambda - (list (car il))) + (list i)) forms)) - (cadr il)))) + l))) (put 'tempo-dolist 'lisp-indent-function 1) ;;