summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image-file.el4
1 files changed, 2 insertions, 2 deletions
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))))