diff options
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index cc1462c22f3..76eaef21c56 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -757,7 +757,7 @@ when parsing the archive." (apply (function concat) (mapcar - (function + (function (lambda (fil) ;; Using `concat' here copies the text also, so we can add ;; properties without problems. |