1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

* lisp/progmodes/cpp.el: Use lexical binding.

This commit is contained in:
Mattias Engdegård 2020-10-22 11:46:09 +02:00
parent 394f1269d1
commit 3479390c4c

View File

@ -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. ;; Copyright (C) 1994-1995, 2001-2020 Free Software Foundation, Inc.