From f54d1291b1c86c5daec005923309ac3a40140949 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 18 Aug 2017 10:13:11 -0400 Subject: [PATCH] enable lexical scoping --- src/top/utop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/top/utop.el b/src/top/utop.el index 61dc412..88dc78d 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -1,4 +1,4 @@ -;;; utop.el --- Universal toplevel for OCaml +;;; utop.el --- Universal toplevel for OCaml -*- lexical-binding: t -*- ;; Copyright: (c) 2011, Jeremie Dimino ;; Author: Jeremie Dimino