diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2016-12-15 19:58:33 -0500 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2016-12-15 19:58:33 -0500 |
commit | 9886239bd29f3a7b95da61f852fecef3cfa32825 (patch) | |
tree | c0f32a2b70e01c6a1946aa11b81de8e7ba06a7e6 /lisp | |
parent | 7ec55a189c45b29efdf68d2bc1a8b0d865aa9b6b (diff) | |
download | emacs-9886239bd29f3a7b95da61f852fecef3cfa32825.tar.gz emacs-9886239bd29f3a7b95da61f852fecef3cfa32825.tar.bz2 emacs-9886239bd29f3a7b95da61f852fecef3cfa32825.zip |
* lisp/image-dired.el: Turn on lexical-binding.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/image-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 63e3aa9264a..5ccc040c1d7 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -1,4 +1,4 @@ -;;; image-dired.el --- use dired to browse and manipulate your images +;;; image-dired.el --- use dired to browse and manipulate your images -*- lexical-binding: t -*- ;; ;; Copyright (C) 2005-2016 Free Software Foundation, Inc. ;; |