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))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;