From: Étienne Deparis Date: Sat, 21 Nov 2020 18:02:13 +0000 (+0100) Subject: Remove an unused local variable X-Git-Tag: bookmarks~45^2~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=914f190a3d33214d43d0d1014e65ae022460299b Remove an unused local variable --- diff --git a/elpher.el b/elpher.el index adde7b7..c6ee0b4 100644 --- a/elpher.el +++ b/elpher.el @@ -1392,10 +1392,7 @@ width defined by elpher-gemini-max-fill-width." (match-string 0 text-line)) (substring text-line (match-end 0))) text-line)) - (adaptive-fill-mode nil) - (fill-prefix (if (match-string 2 text-line) - (replace-regexp-in-string "[>\*]" " " (match-string 0 text-line)) - nil))) + (adaptive-fill-mode nil)) (insert (elpher-process-text-for-display processed-text-line)) (newline)))