From b6863bd1a683637ee50fece9b715c9b6bde38c7d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 15 Mar 2021 02:20:23 +0100 Subject: [PATCH] * lisp/help-macro.el: Use lexical-binding. --- lisp/help-macro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-macro.el b/lisp/help-macro.el index 72371a87278..81d238305b2 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el @@ -1,4 +1,4 @@ -;;; help-macro.el --- makes command line help such as help-for-help +;;; help-macro.el --- makes command line help such as help-for-help -*- lexical-binding: t -*- ;; Copyright (C) 1993-1994, 2001-2021 Free Software Foundation, Inc. -- 2.39.5