diff options
| author | Mark Oteiza | 2017-07-29 10:28:57 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2017-07-29 10:28:57 -0400 |
| commit | 4246ad2c2aec52a0248b73af13861c413fd8e7b9 (patch) | |
| tree | 27c254e30fb15d498fb73e39d168133370f432cd | |
| parent | eae4fa520b1efeaa31ae01c0979ed2b74bbcbbef (diff) | |
| download | emacs-4246ad2c2aec52a0248b73af13861c413fd8e7b9.tar.gz emacs-4246ad2c2aec52a0248b73af13861c413fd8e7b9.zip | |
* lisp/ido.el: Use lexical binding.
| -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 @@ | |||
| 1 | ;;; ido.el --- interactively do things with buffers and files | 1 | ;;; ido.el --- interactively do things with buffers and files -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||