mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(jka-compr-get-compression-info): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
991fbc331f
commit
6d2d1b7d22
@ -97,7 +97,7 @@ The determination as to which compression scheme, if any, to use is
|
||||
based on the filename itself and `jka-compr-compression-info-list'."
|
||||
(catch 'compression-info
|
||||
(let ((case-fold-search nil))
|
||||
(mapcar
|
||||
(mapc
|
||||
(function (lambda (x)
|
||||
(and (string-match (jka-compr-info-regexp x) filename)
|
||||
(throw 'compression-info x))))
|
||||
|
Loading…
Reference in New Issue
Block a user