diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-03-02 16:23:34 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-03-02 16:23:34 -0500 |
commit | 80ac539322f80e728bbda19314915f71e99e63ee (patch) | |
tree | 6e3c8de8856923d2b8c39a42c92c6a757e1c7949 | |
parent | a80cdb6c62aa74fa271b37d59aefd692c65745cd (diff) |
* emms-later-do.el: add lexical declaration
-rw-r--r-- | emms-later-do.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-later-do.el b/emms-later-do.el index e2729ab..579db66 100644 --- a/emms-later-do.el +++ b/emms-later-do.el @@ -1,4 +1,4 @@ -;;; emms-later-do.el --- execute lisp code ... later +;;; emms-later-do.el --- execute lisp code ... later -*- lexical-binding: t; -*- ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, ;; 2009, 2018 Free Software Foundation, Inc. |