summaryrefslogtreecommitdiff
path: root/lisp/tempo.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-05 01:17:41 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-05 01:17:41 +0000
commit7f4d3657161068861dccbcc6c009922ce4a18097 (patch)
tree7afcd1b44e15c32d28ad5cb113ba8b872259abc9 /lisp/tempo.el
parent90bebcb0c057179189d0feb37d2690d3549f11d1 (diff)
downloademacs-7f4d3657161068861dccbcc6c009922ce4a18097.tar.gz
(tempo-dolist): Don't use `cadr'.
Diffstat (limited to 'lisp/tempo.el')
-rw-r--r--lisp/tempo.el6
1 files 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)
;;