From 6c6ad568d6e0fc55f75c533f49c8cb14f2c1b412 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Fri, 22 Dec 2017 00:36:49 -0600 Subject: [PATCH] Use `lexical-let` when needed --- jupyter-tests.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/jupyter-tests.el b/jupyter-tests.el index 5de71b6..47f1d81 100644 --- a/jupyter-tests.el +++ b/jupyter-tests.el @@ -1,5 +1,3 @@ -;; -*- lexical-binding: t -*- - (require 'jupyter-client) (require 'cl-lib) (require 'ert)