Skip to content

Commit

Permalink
remove needless variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored Feb 4, 2024
1 parent d391647 commit c017880
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions haproxy-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (c) 2024 port19

;; Author: port19 <[email protected]>
;; Version: 0.9.0
;; Version: 0.9.1
;; Package-Requires: ((emacs "24.3"))
;; Keywords: haproxy, languages, tools
;; Homepage: https://github.com/port19x/haproxy-mode
Expand Down Expand Up @@ -102,12 +102,6 @@
;;;; Code
;;;;##########################################################################

(defvar haproxy-mode-map
(let
((map (make-sparse-keymap)))
map)
"Keymap for editing haproxy config files.")

; TODO something to check the buffer via haproxy -c

;;;###autoload
Expand Down

0 comments on commit c017880

Please sign in to comment.