From: Stefan Kangas Date: Tue, 20 Oct 2020 01:21:16 +0000 (+0200) Subject: * lisp/image-file.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~5531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7b8c93f94a2f7ccab5a872d6454f312a2a37a70;p=emacs.git * lisp/image-file.el: Use lexical-binding. --- diff --git a/lisp/image-file.el b/lisp/image-file.el index 22366c89e6a..3b4f5722518 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -1,4 +1,4 @@ -;;; image-file.el --- support for visiting image files +;;; image-file.el --- support for visiting image files -*- lexical-binding:t -*- ;; ;; Copyright (C) 2000-2020 Free Software Foundation, Inc. ;; @@ -90,7 +90,7 @@ the variable is set using \\[customize]." t) "\\'")))) (mapconcat - 'identity + #'identity (delq nil (list exts-regexp image-file-name-regexps (car (rassq 'imagemagick image-type-file-name-regexps))))