From 4246ad2c2aec52a0248b73af13861c413fd8e7b9 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sat, 29 Jul 2017 10:28:57 -0400 Subject: [PATCH] * lisp/ido.el: Use lexical binding. --- lisp/ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5