From 80f04b5d7c817977a365a999693443c4e04e5223 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 20 Apr 2020 09:08:09 +0200 Subject: [PATCH] * lisp/cdl.el: Use lexical binding. --- lisp/cdl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2