X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=ff62d29ec6f84b97571107ce4241c65723fd4a6b;hp=3abb77106977da8fab00b3fb1449fcd061d2cdc1;hb=ab75cffa4572115c3d6b17348b6bfa2f746f4798;hpb=ecb5e17d37249bc38c25ee278094fb93b63b0a49 diff --git a/elpher.el b/elpher.el index 3abb771..ff62d29 100644 --- a/elpher.el +++ b/elpher.el @@ -5,7 +5,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.3.2 +;; Version: 3.3.3 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -70,7 +70,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.3.2" +(defconst elpher-version "3.3.3" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -1584,7 +1584,7 @@ width defined by `elpher-gemini-max-fill-width'." text-line)) (fill-prefix (if line-prefix (make-string (length (match-string 0 text-line)) ?\s) - nil))) + ""))) (insert (elpher-process-text-for-display processed-text-line)) (newline)))