diff options
author | Teddy Wing | 2019-06-02 15:36:32 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-02 15:41:48 +0200 |
commit | 055975398e57750025b0c51f8bb54e13375b1adf (patch) | |
tree | 7d5e9dd422041f297b55dd05dafd4f300566a63f | |
parent | 400636d8fca6cde0652ae11dc6e77031e1240553 (diff) | |
download | w3m-session-backup-master.tar.bz2 |
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | w3m-session-backup.el | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ CHANGELOG ========= +v0.0.3 (2019-06-02): + * Fix error complaining that `string-join` symbol's function definition is + void. + v0.0.2 (2018-04-12): * Print a message to the minibuffer when the backup action is performed. diff --git a/w3m-session-backup.el b/w3m-session-backup.el index fc9e8af..46a2c75 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -1,9 +1,9 @@ ;;; w3m-session-backup.el --- Backup the current W3m session to a file -;; Copyright (c) 2018 Teddy Wing +;; Copyright (c) 2018–2019 Teddy Wing ;; Author: Teddy Wing -;; Version: 0.0.2 +;; Version: 0.0.3 ;; Package-Requires: ((w3m "1.4.609")) ;; Keywords: tools ;; URL: https://github.com/teddywing/w3m-session-backup |