We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6b3b commit 759bf5dCopy full SHA for 759bf5d
haskell-commands.el
@@ -690,7 +690,9 @@ happened since function invocation)."
690
691
(haskell-utils-async-stop-watching-changes init-buffer))))))))
692
693
-;;;###autoload
+(make-obsolete #'haskell-process-generate-tags
694
+ #'haskell-mode-generate-tags
695
+ "2016-03-14")
696
(defun haskell-process-generate-tags (&optional and-then-find-this-tag)
697
"Regenerate the TAGS table.
698
If optional AND-THEN-FIND-THIS-TAG argument is present it is used with
0 commit comments