Skip to content

Commit

Permalink
Leave lines existing after removing. Needs some thinking about.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 30, 2012
1 parent b931727 commit 5cdff6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions haskell-process.el
Expand Up @@ -377,8 +377,7 @@
(goto-line line) (goto-line line)
(goto-char (line-beginning-position)) (goto-char (line-beginning-position))
(delete-region (line-beginning-position) (delete-region (line-beginning-position)
(line-end-position)) (line-end-position)))))
(delete-char 1))))


(defun haskell-process-suggest-pragma (session pragma extension file) (defun haskell-process-suggest-pragma (session pragma extension file)
"Suggest to add something to the top of the file." "Suggest to add something to the top of the file."
Expand Down

0 comments on commit 5cdff6e

Please sign in to comment.