diff options
| author | Stefan Kangas | 2020-04-20 09:27:17 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-24 11:48:25 +0200 |
| commit | 367b55980f9c0c927dce2ba93ab6f626cec6b1fc (patch) | |
| tree | b9a9605b9779505b47ac751d979e5c57e3768dc0 /etc | |
| parent | 01dd6593831e55dfdc9328e6078832da36ecc990 (diff) | |
| download | emacs-367b55980f9c0c927dce2ba93ab6f626cec6b1fc.tar.gz emacs-367b55980f9c0c927dce2ba93ab6f626cec6b1fc.zip | |
* etc/edt-user.el: Use lexical-binding.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/edt-user.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/edt-user.el b/etc/edt-user.el index 0ecd818ec78..2852f936f22 100644 --- a/etc/edt-user.el +++ b/etc/edt-user.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation | 1 | ;;; edt-user.el --- Sample user customizations for Emacs EDT emulation -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1993, 2000-2020 Free Software Foundation, | 3 | ;; Copyright (C) 1986, 1992-1993, 2000-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |