From e99f8e40221cb62e2966f68f8a98784738ee068e Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Thu, 19 Mar 2015 19:53:35 +0100 Subject: [PATCH] Load haskell-mode-map normally. --- haskell-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/haskell-mode.el b/haskell-mode.el index 317865f61..c529e30dd 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -194,7 +194,6 @@ be set to the preferred literate style." :group 'haskell :type '(choice (const bird) (const tex) (const nil))) -;;;###autoload (defvar haskell-mode-map (let ((map (make-sparse-keymap))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;