From 84ce235f133459dd06c2d1a0a1c6e0d90f5770f1 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 5 Aug 2020 17:22:31 -0400 Subject: Syncronize with Stefan's changes --- rt-liberation-storage.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt-liberation-storage.el') diff --git a/rt-liberation-storage.el b/rt-liberation-storage.el index 3018430..df82ce1 100644 --- a/rt-liberation-storage.el +++ b/rt-liberation-storage.el @@ -1,6 +1,6 @@ ;;; rt-liberation-storage.el --- Storage backend for rt-liberation -;; Copyright (C) 2010 Free Software Foundation +;; Copyright (C) 2010 Free Software Foundation, Inc. ;; ;; Author: Yoni Rabkin ;; -- cgit v1.2.3 From 12d16aa7cccca1a25e7bcd7a41dc7d4755813a3b Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Mon, 16 Nov 2020 18:33:44 -0500 Subject: Add lexical binding declaration --- rt-liberation-gnus.el | 2 +- rt-liberation-multi.el | 2 +- rt-liberation-report.el | 2 +- rt-liberation-rest.el | 2 +- rt-liberation-storage.el | 2 +- rt-liberation-update.el | 2 +- rt-liberation.el | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'rt-liberation-storage.el') 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. -- cgit v1.2.3