diff options
Diffstat (limited to 'lisp/jka-compr.el')
-rw-r--r-- | lisp/jka-compr.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index eef3d14fe21..e1a3058695a 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -664,11 +664,11 @@ and `inhibit-local-variables-suffixes' that were added by `jka-compr-installed'." ;; Delete from inhibit-local-variables-suffixes what jka-compr-install added. (mapc - (function (lambda (x) - (and (jka-compr-info-strip-extension x) - (setq inhibit-local-variables-suffixes - (delete (jka-compr-info-regexp x) - inhibit-local-variables-suffixes))))) + (lambda (x) + (and (jka-compr-info-strip-extension x) + (setq inhibit-local-variables-suffixes + (delete (jka-compr-info-regexp x) + inhibit-local-variables-suffixes)))) jka-compr-compression-info-list--internal) (let* ((fnha (cons nil file-name-handler-alist)) |