summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-11-16 18:33:44 -0500
committerYoni Rabkin <yoni@rabkins.net>2020-11-16 18:33:44 -0500
commit12d16aa7cccca1a25e7bcd7a41dc7d4755813a3b (patch)
tree2b71e0aaa51050c8e7c1fb45abfad68606f9923d
parentf586e7dbdcc87f4086d54d755da7126f55dbb5af (diff)
Add lexical binding declaration
-rw-r--r--rt-liberation-gnus.el2
-rw-r--r--rt-liberation-multi.el2
-rw-r--r--rt-liberation-report.el2
-rw-r--r--rt-liberation-rest.el2
-rw-r--r--rt-liberation-storage.el2
-rw-r--r--rt-liberation-update.el2
-rw-r--r--rt-liberation.el2
7 files changed, 7 insertions, 7 deletions
diff --git a/rt-liberation-gnus.el b/rt-liberation-gnus.el
index eb0b262..a2e5414 100644
--- a/rt-liberation-gnus.el
+++ b/rt-liberation-gnus.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-gnus.el --- Gnus integration for rt-liberation
+;;; rt-liberation-gnus.el --- Gnus integration for rt-liberation -*- lexical-binding: t; -*-
;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation-multi.el b/rt-liberation-multi.el
index 8e4665a..d4a8602 100644
--- a/rt-liberation-multi.el
+++ b/rt-liberation-multi.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-multi.el --- Emacs interface to RT
+;;; rt-liberation-multi.el --- Emacs interface to RT -*- lexical-binding: t; -*-
;; Copyright (C) 2010, 2014 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation-report.el b/rt-liberation-report.el
index 11d20c2..a60ae5b 100644
--- a/rt-liberation-report.el
+++ b/rt-liberation-report.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-report.el --- Emacs interface to RT
+;;; rt-liberation-report.el --- Emacs interface to RT -*- lexical-binding: t; -*-
;; Copyright (C) 2015 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation-rest.el b/rt-liberation-rest.el
index fd66341..e266e15 100644
--- a/rt-liberation-rest.el
+++ b/rt-liberation-rest.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-rest.el --- Interface to the RT REST API
+;;; rt-liberation-rest.el --- Interface to the RT REST API -*- lexical-binding: t; -*-
;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation-storage.el b/rt-liberation-storage.el
index df82ce1..f8e6884 100644
--- a/rt-liberation-storage.el
+++ b/rt-liberation-storage.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-storage.el --- Storage backend for rt-liberation
+;;; rt-liberation-storage.el --- Storage backend for rt-liberation -*- lexical-binding: t; -*-
;; Copyright (C) 2010 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation-update.el b/rt-liberation-update.el
index bdd0f75..17ddba3 100644
--- a/rt-liberation-update.el
+++ b/rt-liberation-update.el
@@ -1,4 +1,4 @@
-;;; rt-liberation-update.el --- check updated tickets
+;;; rt-liberation-update.el --- check updated tickets -*- lexical-binding: t; -*-
;; Copyright (C) 2009 Free Software Foundation, Inc.
;;
diff --git a/rt-liberation.el b/rt-liberation.el
index f30e048..086e14f 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -1,4 +1,4 @@
-;;; rt-liberation.el --- Emacs interface to RT
+;;; rt-liberation.el --- Emacs interface to RT -*- lexical-binding: t; -*-
;; Copyright (C) 2008-2020 Free Software Foundation, Inc.