emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3479390 1/2: * lisp/progmodes/cpp.el: Use lexical binding.


From: Mattias Engdegård
Subject: master 3479390 1/2: * lisp/progmodes/cpp.el: Use lexical binding.
Date: Thu, 22 Oct 2020 06:27:07 -0400 (EDT)

branch: master
commit 3479390c4c4b053667aab79c83239ababbdac9d0
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * 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 bcbe669..65ef83f 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]