mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
* lisp/image-file.el: Use lexical-binding.
This commit is contained in:
parent
196d6c851c
commit
e7b8c93f94
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue