1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* lisp/image-file.el: Use lexical-binding.

This commit is contained in:
Stefan Kangas 2020-10-20 03:21:16 +02:00
parent 196d6c851c
commit e7b8c93f94

View 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))))