emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/popup cf2cefe 166/184: Fixed compile warning, free variabl


From: ELPA Syncer
Subject: [nongnu] elpa/popup cf2cefe 166/184: Fixed compile warning, free variable from display line numbers.
Date: Wed, 6 Oct 2021 00:01:35 -0400 (EDT)

branch: elpa/popup
commit cf2cefe3e49cdd48b07a8854fe0b4a72ff8bd52b
Author: jenchieh <jcs090218@gmail.com>
Commit: jenchieh <jcs090218@gmail.com>

    Fixed compile warning, free variable from display line numbers.
---
 popup.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/popup.el b/popup.el
index e620442..a966f48 100644
--- a/popup.el
+++ b/popup.el
@@ -30,6 +30,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(require 'display-line-numbers)
 
 (defconst popup-version "0.5.5")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]