diff options
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ind-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index de1ca127f52..bc72638c111 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el | |||
| @@ -200,7 +200,7 @@ FUNCTION will be called 15 times." | |||
| 200 | (lambda (x) | 200 | (lambda (x) |
| 201 | (apply | 201 | (apply |
| 202 | 'mapthread | 202 | 'mapthread |
| 203 | (lambda (&rest y) (apply function x y)) | 203 | `(lambda (&rest y) (apply ',function x y)) |
| 204 | seqrest)) | 204 | seqrest)) |
| 205 | seq1) | 205 | seq1) |
| 206 | (mapcar function seq1))) | 206 | (mapcar function seq1))) |