diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-20 09:08:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-20 09:08:09 +0200 |
commit | 80f04b5d7c817977a365a999693443c4e04e5223 (patch) | |
tree | e12b22a5d9f72e92a686e559ed1f9407f38f29bc /lisp | |
parent | 18d09058983961f80920b61fe343736082940163 (diff) | |
download | emacs-80f04b5d7c817977a365a999693443c4e04e5223.tar.gz emacs-80f04b5d7c817977a365a999693443c4e04e5223.tar.bz2 emacs-80f04b5d7c817977a365a999693443c4e04e5223.zip |
* lisp/cdl.el: Use lexical binding.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cdl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |