Removed unused defvar.
authorplugd <plugd@thelambdalab.xyz>
Sat, 26 Aug 2023 22:23:02 +0000 (00:23 +0200)
committerplugd <plugd@thelambdalab.xyz>
Sat, 26 Aug 2023 22:23:02 +0000 (00:23 +0200)
lurk.el

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.")