projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196d6c8
)
* lisp/image-file.el: Use lexical-binding.
author
Stefan Kangas
<stefan@marxist.se>
Tue, 20 Oct 2020 01:21:16 +0000
(
03:21
+0200)
committer
Stefan Kangas
<stefan@marxist.se>
Tue, 20 Oct 2020 01:25:37 +0000
(
03:25
+0200)
lisp/image-file.el
patch
|
blob
|
history
diff --git
a/lisp/image-file.el
b/lisp/image-file.el
index 22366c89e6ab57701748c089b68f4bce0adca2ca..3b4f5722518ce1fdd3e2f56b7a8a2eb9b685577c 100644
(file)
--- 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))))