branch: elpa/popup commit cf2cefe3e49cdd48b07a8854fe0b4a72ff8bd52b Author: jenchieh <jcs090...@gmail.com> Commit: jenchieh <jcs090...@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")