From ce9fd9458f4e3c6842c7b6075d33a80adad1f348 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 7 Jan 2022 14:24:42 -0700 Subject: mailscripts.el: enable lexical binding Signed-off-by: Sean Whitton --- debian/changelog | 1 + mailscripts.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 69c65ae..136be57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mailscripts (0.24-1) UNRELEASED; urgency=medium * mailscripts.el: + - Enable lexical binding. - mailscripts-detach-head-from-existing-branch can now have value `ask'. -- Sean Whitton Fri, 07 Jan 2022 14:21:25 -0700 diff --git a/mailscripts.el b/mailscripts.el index ba4f9da..234fba2 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -1,4 +1,4 @@ -;;; mailscripts.el --- functions to access tools in the mailscripts package +;;; mailscripts.el --- functions to access tools in the mailscripts package -*- lexical-binding: t; -*- ;; Author: Sean Whitton ;; Version: 0.23 -- cgit v1.2.3