Skip to content

Commit 9d17007

Browse files
committed
Remove unnecessary hashes
1 parent c0b157d commit 9d17007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-commands.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ happened since function invocation)."
690690

691691
(haskell-utils-async-stop-watching-changes init-buffer))))))))
692692

693-
(make-obsolete #'haskell-process-generate-tags
694-
#'haskell-mode-generate-tags
693+
(make-obsolete 'haskell-process-generate-tags
694+
'haskell-mode-generate-tags
695695
"2016-03-14")
696696
(defun haskell-process-generate-tags (&optional and-then-find-this-tag)
697697
"Regenerate the TAGS table.

0 commit comments

Comments
 (0)