diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-31 00:07:03 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-31 00:07:03 +0200 |
commit | d47db03829e273422705a08f42ebad576402e3d5 (patch) | |
tree | 03e94135ca9da1761b0f29f3cfab8c6db4652281 | |
parent | 63608efe7eec4a0c53d2de7308e8b5f17318f7b5 (diff) | |
download | emacs-d47db03829e273422705a08f42ebad576402e3d5.tar.gz emacs-d47db03829e273422705a08f42ebad576402e3d5.tar.bz2 emacs-d47db03829e273422705a08f42ebad576402e3d5.zip |
* lisp/progmodes/cwarn.el: Use lexical-binding.
-rw-r--r-- | lisp/progmodes/cwarn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 63b344bea16..7fd592fb2e1 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el @@ -1,4 +1,4 @@ -;;; cwarn.el --- highlight suspicious C and C++ constructions +;;; cwarn.el --- highlight suspicious C and C++ constructions -*- lexical-binding: t -*- ;; Copyright (C) 1999-2021 Free Software Foundation, Inc. |