diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2017-07-29 10:28:57 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2017-07-29 10:28:57 -0400 |
commit | 4246ad2c2aec52a0248b73af13861c413fd8e7b9 (patch) | |
tree | 27c254e30fb15d498fb73e39d168133370f432cd /lisp/ido.el | |
parent | eae4fa520b1efeaa31ae01c0979ed2b74bbcbbef (diff) | |
download | emacs-4246ad2c2aec52a0248b73af13861c413fd8e7b9.tar.gz |
* lisp/ido.el: Use lexical binding.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 07a5bcf7229..defb744201d 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -1,4 +1,4 @@ -;;; ido.el --- interactively do things with buffers and files +;;; ido.el --- interactively do things with buffers and files -*- lexical-binding: t -*- ;; Copyright (C) 1996-2017 Free Software Foundation, Inc. |