From: Stefan Kangas Date: Tue, 30 Mar 2021 22:07:03 +0000 (+0200) Subject: * lisp/progmodes/cwarn.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~3078 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d47db03829e273422705a08f42ebad576402e3d5;p=emacs.git * lisp/progmodes/cwarn.el: Use lexical-binding. --- 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.