branch: elpa/popup
commit 4036e5590a842390b12919473cb71654cae28783
Author: StrawberryTea <l...@strawberrytea.xyz>
Commit: StrawberryTea <l...@strawberrytea.xyz>

    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 963d7e8676..f39c512b89 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

Reply via email to