branch: externals/firefox-javascript-repl
commit 876dcb46158de54fc48fd7309d872b0793cf7676
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
Add Package-Requires
* firefox-javascript-repl.el: Require emacs 26.1 or greater for
package.
---
firefox-javascript-repl.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el
index b4ee0fd85c..ab4822e8e0 100644
--- a/firefox-javascript-repl.el
+++ b/firefox-javascript-repl.el
@@ -4,6 +4,7 @@
;; Author: Thomas Fitzsimmons <[email protected]>
;; Version: 1.0.0
+;; Package-Requires: ((emacs "26.1"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by