]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/image-file.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Tue, 20 Oct 2020 01:21:16 +0000 (03:21 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 20 Oct 2020 01:25:37 +0000 (03:25 +0200)
lisp/image-file.el

index 22366c89e6ab57701748c089b68f4bce0adca2ca..3b4f5722518ce1fdd3e2f56b7a8a2eb9b685577c 100644 (file)
@@ -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))))