From af2189e60e9c7be8760a3a7fc7fea389836664d5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Feb 2020 01:50:04 +0100 Subject: [PATCH] Depend on Emacs 24 (lexical binding). --- register-quicknav.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/register-quicknav.el b/register-quicknav.el index b30f913..74275a3 100644 --- a/register-quicknav.el +++ b/register-quicknav.el @@ -3,8 +3,9 @@ ;; Copyright (C) 2020 tastytea ;; Author: tastytea -;; Keywords: convenience ;; Version: 0.1.0 +;; Package-Requires: ((emacs "24")) +;; Keywords: convenience ;; URL: https://schlomp.space/tastytea/register-quicknav ;; This program is free software; you can redistribute it and/or modify