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:
1de6c12
)
Removed unused defvar.
author
plugd
<plugd@thelambdalab.xyz>
Sat, 26 Aug 2023 22:23:02 +0000
(
00:23
+0200)
committer
plugd
<plugd@thelambdalab.xyz>
Sat, 26 Aug 2023 22:23:02 +0000
(
00:23
+0200)
lurk.el
patch
|
blob
|
history
diff --git
a/lurk.el
b/lurk.el
index
3657440
..
1e09ee1
100644
(file)
--- a/
lurk.el
+++ b/
lurk.el
@@
-1180,8
+1180,6
@@
in which case they match anything.")
(kbd "TAB") 'lurk-complete-input))
map))
-(defvar lurk-mode-map)
-
(define-derived-mode lurk-mode text-mode "lurk"
"Major mode for LURK.")