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

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

[nongnu] elpa/nix-mode 070891aae4 105/500: Fix lexical bindings.


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 070891aae4 105/500: Fix lexical bindings.
Date: Sat, 29 Jan 2022 08:26:40 -0500 (EST)

branch: elpa/nix-mode
commit 070891aae495ed798e366de317c22856e34a3eaa
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Fix lexical bindings.
---
 nix-company.el | 2 +-
 nix-format.el  | 2 +-
 nix-repl.el    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix-company.el b/nix-company.el
index aa78f20b6c..3cc436be2e 100644
--- a/nix-company.el
+++ b/nix-company.el
@@ -1,5 +1,5 @@
-;;; nix-company.el --- Company support for Nix
 ;; -*- lexical-binding: t -*-
+;;; nix-company.el --- Company support for Nix
 
 ;; This file is NOT part of GNU Emacs.
 
diff --git a/nix-format.el b/nix-format.el
index d3bd430364..b0b0b23f90 100644
--- a/nix-format.el
+++ b/nix-format.el
@@ -1,5 +1,5 @@
-;;; nix-format.el --- Nix formatter
 ;; -*- lexical-binding: t -*-
+;;; nix-format.el --- Nix formatter
 
 ;; This file is NOT part of GNU Emacs.
 
diff --git a/nix-repl.el b/nix-repl.el
index d32b09b89e..1096676186 100644
--- a/nix-repl.el
+++ b/nix-repl.el
@@ -1,5 +1,5 @@
-;;; nix-repl.el --- Nix repl
 ;; -*- lexical-binding: t -*-
+;;; nix-repl.el --- Nix repl
 
 ;; This file is NOT part of GNU Emacs.
 



reply via email to

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