File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ OTHER-WINDOW use `find-file-other-window'."
347
347
)
348
348
349
349
(defun haskell-cabal-section-end ()
350
- (interactive )
351
350
" Find the end of the current section"
351
+ (interactive )
352
352
(save-excursion
353
353
(if (re-search-forward " \n \\ ([ \t ]*\n \\ )*[[:alnum:]]" nil t )
354
354
(match-beginning 0 )
Original file line number Diff line number Diff line change 38
38
39
39
;;;### autoload
40
40
(defun haskell-sort-imports ()
41
- (interactive )
42
41
" Sort the import list at point. It sorts the current group
43
42
i.e. an import list separated by blank lines on either side.
44
43
45
44
If the region is active, it will restrict the imports to sort
46
45
within that region."
46
+ (interactive )
47
47
(when (haskell-sort-imports-at-import)
48
48
(let* ((points (haskell-sort-imports-decl-points))
49
49
(current-string (buffer-substring-no-properties (car points)
You can’t perform that action at this time.
0 commit comments