emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb e2afc4b 355/449: Switch on lexical binding across


From: Stefan Monnier
Subject: [elpa] externals/gnorb e2afc4b 355/449: Switch on lexical binding across the board
Date: Fri, 27 Nov 2020 23:16:10 -0500 (EST)

branch: externals/gnorb
commit e2afc4be7c1321576d003e001183337d7831cbe7
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Switch on lexical binding across the board
    
    In all elisp files.
---
 gnorb-bbdb.el     | 2 +-
 gnorb-gnus.el     | 2 +-
 gnorb-org.el      | 2 +-
 gnorb-registry.el | 2 +-
 gnorb-utils.el    | 2 +-
 gnorb.el          | 2 +-
 nngnorb.el        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnorb-bbdb.el b/gnorb-bbdb.el
index 82c8edc..30e5c61 100644
--- a/gnorb-bbdb.el
+++ b/gnorb-bbdb.el
@@ -1,4 +1,4 @@
-;;; gnorb-bbdb.el --- The BBDB-centric functions of gnorb
+;;; gnorb-bbdb.el --- The BBDB-centric functions of gnorb  -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 3350518..dd46351 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -1,4 +1,4 @@
-;;; gnorb-gnus.el --- The gnus-centric fuctions of gnorb
+;;; gnorb-gnus.el --- The gnus-centric fuctions of gnorb -*- lexical-binding: 
t -*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/gnorb-org.el b/gnorb-org.el
index 2bb21c1..bd787db 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -1,4 +1,4 @@
-;;; gnorb-org.el --- The Org-centric functions of gnorb
+;;; gnorb-org.el --- The Org-centric functions of gnorb -*- lexical-binding: t 
-*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/gnorb-registry.el b/gnorb-registry.el
index 31d06cb..e6c9e8f 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -1,4 +1,4 @@
-;;; gnorb-registry.el --- Registry implementation for Gnorb
+;;; gnorb-registry.el --- Registry implementation for Gnorb -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/gnorb-utils.el b/gnorb-utils.el
index aaa86cc..ce3f7fd 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -1,4 +1,4 @@
-;;; gnorb-utils.el --- Common utilities for all gnorb stuff.
+;;; gnorb-utils.el --- Common utilities for all gnorb stuff -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/gnorb.el b/gnorb.el
index 1ef8d15..f88e8c3 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -1,4 +1,4 @@
-;;; gnorb.el --- Glue code between Gnus, Org, and BBDB
+;;; gnorb.el --- Glue code between Gnus, Org, and BBDB -*- lexical-binding: t 
-*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
diff --git a/nngnorb.el b/nngnorb.el
index c24aa03..4d17c9b 100644
--- a/nngnorb.el
+++ b/nngnorb.el
@@ -1,4 +1,4 @@
-;;; nngnorb.el --- Gnorb backend for Gnus
+;;; nngnorb.el --- Gnorb backend for Gnus -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]