diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-03-02 16:01:32 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-03-02 16:01:32 -0500 |
commit | d12014d64960875284ef6c61f78999a330bded45 (patch) | |
tree | 84de5ffca8ed930215ecd8baab342f366ad44aea | |
parent | abf6b012985f5cc11dddeb9262eda6c704edd583 (diff) |
* emms-i18n.el: lexical declaration
-rw-r--r-- | emms-i18n.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-i18n.el b/emms-i18n.el index 66a5eeb..4d01d33 100644 --- a/emms-i18n.el +++ b/emms-i18n.el @@ -1,4 +1,4 @@ -;;; emms-i18n.el --- functions for handling coding systems +;;; emms-i18n.el --- functions for handling coding systems -*- lexical-binding: t; -*- ;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |