;; Author: Tim Vaughan <tgvaughan@gmail.com>
;; Created: 11 April 2019
-;; Version: 2.0.0
+;; Version: 2.0.1
;; Keywords: comm gopher
;; Homepage: https://github.com/tgvaughan/elpher
;; Package-Requires: ((emacs "26"))
;;; Global constants
;;
-(defconst elpher-version "2.0.0"
+(defconst elpher-version "2.0.1"
"Current version of elpher.")
(defconst elpher-margin-width 6
(string-empty-p mime-type-string))
"text/gemini; charset=utf-8"
mime-type-string))
- (mime-type-split (split-string mime-type-string* ";"))
+ (mime-type-split (split-string mime-type-string* ";" t))
(mime-type (string-trim (car mime-type-split)))
(parameters (mapcar (lambda (s)
(let ((key-val (split-string s "=")))