From 7f4d3657161068861dccbcc6c009922ce4a18097 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 5 Apr 1995 01:17:41 +0000 Subject: [PATCH] (tempo-dolist): Don't use `cadr'. --- lisp/tempo.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ;; -- 2.39.5