Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f4d3657
Commit
7f4d3657
authored
Apr 05, 1995
by
Karl Heuer
Browse files
(tempo-dolist): Don't use `cadr'.
parent
90bebcb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/tempo.el
lisp/tempo.el
+3
-3
No files found.
lisp/tempo.el
View file @
7f4d3657
...
...
@@ -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
)
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment