From: Stefan Kangas Date: Mon, 20 Apr 2020 07:08:09 +0000 (+0200) Subject: * lisp/cdl.el: Use lexical binding. X-Git-Tag: emacs-28.0.90~7539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80f04b5d7c817977a365a999693443c4e04e5223;p=emacs.git * lisp/cdl.el: Use lexical binding. --- diff --git a/lisp/cdl.el b/lisp/cdl.el index adc05f1bb52..c8025a9f530 100644 --- a/lisp/cdl.el +++ b/lisp/cdl.el @@ -1,4 +1,4 @@ -;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs +;;; cdl.el --- Common Data Language (CDL) utility functions for GNU Emacs -*- lexical-binding: t -*- ;; Copyright (C) 1993, 2001-2020 Free Software Foundation, Inc.