From 3479390c4c4b053667aab79c83239ababbdac9d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 22 Oct 2020 11:46:09 +0200 Subject: [PATCH] * lisp/progmodes/cpp.el: Use lexical binding. --- lisp/progmodes/cpp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index bcbe669c16e..65ef83f7698 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -1,4 +1,4 @@ -;;; cpp.el --- highlight or hide text according to cpp conditionals +;;; cpp.el --- highlight or hide text according to cpp conditionals -*- lexical-binding: t -*- ;; Copyright (C) 1994-1995, 2001-2020 Free Software Foundation, Inc. -- 2.39.2