From: Mark Oteiza Date: Sat, 29 Jul 2017 14:28:57 +0000 (-0400) Subject: * lisp/ido.el: Use lexical binding. X-Git-Tag: emacs-26.0.90~517^2~73 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4246ad2c2aec52a0248b73af13861c413fd8e7b9;p=emacs.git * lisp/ido.el: Use lexical binding. --- 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.