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 @@ -123,7 +123,7 @@ actual Emacs buffer of the module being loaded."
123
123
(haskell-mode-message-line (if reload " Reloaded OK." " OK." ))
124
124
(haskell-interactive-mode-compile-error session " Compilation failed." ))
125
125
(when cont
126
- (condition-case e
126
+ (condition-case-unless-debug e
127
127
(funcall cont ok)
128
128
(error (message " %S " e))
129
129
(quit nil )))))
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ function and remove this comment.
485
485
" Call the command's complete function."
486
486
(let ((comp-func (haskell-command-complete command)))
487
487
(when comp-func
488
- (condition-case e
488
+ (condition-case-unless-debug e
489
489
(funcall comp-func
490
490
(haskell-command-state command)
491
491
response)
You can’t perform that action at this time.
0 commit comments