1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/emacs-popup/lexical-binding.patch

21 lines
710 B
Diff

Patch-Source: https://github.com/auto-complete/popup-el/commit/4036e5590a842390b12919473cb71654cae28783
--
From 4036e5590a842390b12919473cb71654cae28783 Mon Sep 17 00:00:00 2001
From: StrawberryTea <look@strawberrytea.xyz>
Date: Sat, 19 Aug 2023 18:44:27 -0400
Subject: [PATCH] perf(popup.el): enable lexical binding
---
popup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/popup.el b/popup.el
index 963d7e8..f39c512 100644
--- a/popup.el
+++ b/popup.el
@@ -1,4 +1,4 @@
-;;; popup.el --- Visual Popup User Interface
+;;; popup.el --- Visual Popup User Interface -*- lexical-binding: t; -*-
;; Copyright (C) 2009-2015 Tomohiro Matsuyama
;; Copyright (c) 2020-2023 Jen-Chieh Shen