The Lambda Lab
/
projects
/
lurk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4e52a
)
Fixed header initialization bug.
author
plugd
<plugd@thelambdalab.xyz>
Thu, 8 Jul 2021 07:20:58 +0000
(09:20 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Thu, 8 Jul 2021 07:20:58 +0000
(09:20 +0200)
lurk.el
patch
|
blob
|
history
diff --git
a/lurk.el
b/lurk.el
index
c5a11f3
..
2fb3662
100644
(file)
--- a/
lurk.el
+++ b/
lurk.el
@@
-397,7
+397,7
@@
portion of the source component of the message, as LURK doesn't use this.")
(setq lurk-input-marker (point-max-marker)))
(goto-char (point-max))
(lurk-render-prompt)
- (if
(lurk-display-header)
+ (if
lurk-display-header
(lurk-setup-header))))