Prevents indenting gemini lines prefixed only with spaces.
[elpher.git] / elpher.el
index 3abb771..694d8af 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -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)))