From c99460cbf6ac9345059f87f4620700bde7f32b67 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 11 Feb 2021 20:10:31 +0100 Subject: [PATCH] * lisp/ps-samp.el: Use lexical-binding. --- lisp/ps-samp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index fdff0f182db..22a29b8b4b1 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -1,4 +1,4 @@ -;;; ps-samp.el --- ps-print sample setup code +;;; ps-samp.el --- ps-print sample setup code -*- lexical-binding: t -*- ;; Copyright (C) 2007-2021 Free Software Foundation, Inc. -- 2.39.2