From e3e52a45bb33f0b98c85dafa78d600beadd3139f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 15 Jun 2016 12:36:26 +0200 Subject: [PATCH] ob-lob: Use lexical binding --- lisp/ob-lob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index 061559051..c713d9a45 100644 --- a/lisp/ob-lob.el +++ b/lisp/ob-lob.el @@ -1,4 +1,4 @@ -;;; ob-lob.el --- functions supporting the Library of Babel +;;; ob-lob.el --- Functions Supporting the Library of Babel -*- lexical-binding: t; -*- ;; Copyright (C) 2009-2016 Free Software Foundation, Inc.