diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-03 08:15:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-04 07:11:46 +0100 |
commit | 0d39d1e2f399ee054d02ad1785281557b03a89a1 (patch) | |
tree | eaf6e580ef3106e1c962d30521054016e7343f9b /lisp/cedet/srecode.el | |
parent | a63d90517549b1940ffbe3438a614afc7ea1aa6d (diff) | |
download | emacs-0d39d1e2f399ee054d02ad1785281557b03a89a1.tar.gz emacs-0d39d1e2f399ee054d02ad1785281557b03a89a1.tar.bz2 emacs-0d39d1e2f399ee054d02ad1785281557b03a89a1.zip |
* lisp/cedet/srecode.el: Use lexical-binding.
Diffstat (limited to 'lisp/cedet/srecode.el')
-rw-r--r-- | lisp/cedet/srecode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index eb7af1c2727..79c8afff348 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el @@ -1,4 +1,4 @@ -;;; srecode.el --- Semantic buffer evaluator. +;;; srecode.el --- Semantic buffer evaluator. -*- lexical-binding: t -*- ;;; Copyright (C) 2005, 2007-2020 Free Software Foundation, Inc. |