From 0d39d1e2f399ee054d02ad1785281557b03a89a1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 3 Nov 2020 08:15:39 +0100 Subject: [PATCH] * lisp/cedet/srecode.el: Use lexical-binding. --- lisp/cedet/srecode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index eb7af1c2727..79c8afff348 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el @@ -1,4 +1,4 @@ -;;; srecode.el --- Semantic buffer evaluator. +;;; srecode.el --- Semantic buffer evaluator. -*- lexical-binding: t -*- ;;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. -- 2.39.2