diff options
| author | Teddy Wing | 2018-04-11 21:52:55 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-04-11 21:52:55 +0200 |
| commit | b842422563410781611178e7fbc90dc96287a1f0 (patch) | |
| tree | 3c9d25fe25c948a6eeda8e7a91ceca7f8b920ced | |
| parent | bf26e802661094b0e13a0242027e33ddcd665a47 (diff) | |
| download | w3m-session-backup-b842422563410781611178e7fbc90dc96287a1f0.tar.bz2 | |
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.
| -rw-r--r-- | w3m-session-backup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
