Skip to content

Commit 5784f70

Browse files
committed
Remove save-hook suppression
closes #1074
1 parent 32045b6 commit 5784f70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

haskell.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,7 @@ If `haskell-process-load-or-reload-prompt' is nil, accept `default'."
380380
"Function that will be called after buffer's saving."
381381
(when haskell-tags-on-save
382382
(ignore-errors (when (and (boundp 'haskell-session) haskell-session)
383-
(haskell-process-generate-tags))))
384-
(let ((before-save-hook '())
385-
(after-save-hook '()))
386-
(basic-save-buffer))))
383+
(haskell-process-generate-tags)))))))
387384

388385
;;;###autoload
389386
(defun haskell-mode-tag-find (&optional _next-p)

0 commit comments

Comments
 (0)