From b842422563410781611178e7fbc90dc96287a1f0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 11 Apr 2018 21:52:55 +0200 Subject: Add a version dependency on `w3m` This is the version I currently have installed, so I'm going to use that as the dependency. The Melpa version is apparently "20180116.135", but I guess I'll go with this (taken from my `~/.w3m/.sessions` file). Presumably my package also works with earlier versions, but this is just easier than making sure myself. --- w3m-session-backup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3m-session-backup.el b/w3m-session-backup.el index b677349..142bf3a 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -4,7 +4,7 @@ ;; Author: Teddy Wing ;; Version: 0.0.1 -;; Package-Requires: ((w3m "TODO")) +;; Package-Requires: ((w3m "1.4.609")) ;; Keywords: ;; URL: -- cgit v1.2.3