Skip to content

Commit 0034b0a

Browse files
committed
Fix commentary and footer warnings
1 parent 2ba1d10 commit 0034b0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

haskell-commands.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
;;; haskell-commands.el --- Commands that can be run on the process
22

3+
;;; Commentary:
4+
5+
;;; This module provides varoius `haskell-mode' and `haskell-interactive-mode'
6+
;;; specific commands such as show type signature, show info, haskell process
7+
;;; commands and etc.
8+
39
;; Copyright (c) 2014 Chris Done. All rights reserved.
410

511
;; This file is free software; you can redistribute it and/or modify
@@ -965,3 +971,4 @@ execusion."
965971
'post-command-hook #'hs-utils/async-update-post-command-flag t)))
966972

967973
(provide 'haskell-commands)
974+
;;; haskell-commands.el ends here

0 commit comments

Comments
 (0)