Skip to content

Commit 759bf5d

Browse files
committed
Deprecate interactive tags generation function
1 parent 54d6b3b commit 759bf5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

haskell-commands.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,9 @@ happened since function invocation)."
690690

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

693-
;;;###autoload
693+
(make-obsolete #'haskell-process-generate-tags
694+
#'haskell-mode-generate-tags
695+
"2016-03-14")
694696
(defun haskell-process-generate-tags (&optional and-then-find-this-tag)
695697
"Regenerate the TAGS table.
696698
If optional AND-THEN-FIND-THIS-TAG argument is present it is used with

0 commit comments

Comments
 (0)