diff options
author | Teddy Wing | 2019-06-02 15:41:05 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-02 15:41:05 +0200 |
commit | 400636d8fca6cde0652ae11dc6e77031e1240553 (patch) | |
tree | 608cc89aa46ebd6dc8a5870be528b2d6b22b804e | |
parent | c616a468f920539a820c217ff3e98f49499a619d (diff) | |
parent | b2c27eab282c28e286d6643a94922eaec7350d3e (diff) | |
download | w3m-session-backup-400636d8fca6cde0652ae11dc6e77031e1240553.tar.bz2 |
Merge branch 'fix-string-join-function-undefined-error'
-rw-r--r-- | w3m-session-backup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el index 8301625..fc9e8af 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -32,6 +32,8 @@ ;;; Code: +(require 'subr-x) + (defgroup w3m-session-backup nil "w3m-session-backup customisations.") |