From: Stefan Kangas Date: Mon, 15 Mar 2021 01:20:23 +0000 (+0100) Subject: * lisp/help-macro.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~3275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6863bd1a683637ee50fece9b715c9b6bde38c7d;p=emacs.git * lisp/help-macro.el: Use lexical-binding. --- 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.