From e5a4d1a06fe616f546386adfac17af5480493b3c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 17 Jun 2019 12:45:10 +0200 Subject: [PATCH] Make calc-macs.el lexical * lisp/calc/calc-macs.el: Enable lexical binding. This fixes a build warning in calc.el (which is lexical). --- lisp/calc/calc-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 033f6e9080c..0afba2c1b28 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.el @@ -1,4 +1,4 @@ -;;; calc-macs.el --- important macros for Calc +;;; calc-macs.el --- important macros for Calc -*- lexical-binding:t -*- ;; Copyright (C) 1990-1993, 2001-2019 Free Software Foundation, Inc. -- 2.39.2