aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2017-07-29 10:28:57 -0400
committerMark Oteiza2017-07-29 10:28:57 -0400
commit4246ad2c2aec52a0248b73af13861c413fd8e7b9 (patch)
tree27c254e30fb15d498fb73e39d168133370f432cd
parenteae4fa520b1efeaa31ae01c0979ed2b74bbcbbef (diff)
downloademacs-4246ad2c2aec52a0248b73af13861c413fd8e7b9.tar.gz
emacs-4246ad2c2aec52a0248b73af13861c413fd8e7b9.zip
* lisp/ido.el: Use lexical binding.
-rw-r--r--lisp/ido.el2
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