The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bd7a2
)
Remove an unused local variable
author
Étienne Deparis
<etienne@depar.is>
Sat, 21 Nov 2020 18:02:13 +0000
(19:02 +0100)
committer
Étienne Deparis
<etienne@depar.is>
Sat, 21 Nov 2020 18:02:13 +0000
(19:02 +0100)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
adde7b7
..
c6ee0b4
100644
(file)
--- 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)))