From 01ebe5dc0b1c71191f6a713fec245a188d587772 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Sun, 12 Feb 2017 20:02:26 -0500 Subject: [PATCH] * lisp/buff-menu.el: Turn on lexical-binding. --- lisp/buff-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 9f618bcb7de..83d6bb6b0e9 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -1,4 +1,4 @@ -;;; buff-menu.el --- Interface for viewing and manipulating buffers +;;; buff-menu.el --- Interface for viewing and manipulating buffers -*- lexical-binding: t -*- ;; Copyright (C) 1985-1987, 1993-1995, 2000-2017 Free Software ;; Foundation, Inc. -- 2.39.2