We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b157d commit 9d17007Copy full SHA for 9d17007
haskell-commands.el
@@ -690,8 +690,8 @@ happened since function invocation)."
690
691
(haskell-utils-async-stop-watching-changes init-buffer))))))))
692
693
-(make-obsolete #'haskell-process-generate-tags
694
- #'haskell-mode-generate-tags
+(make-obsolete 'haskell-process-generate-tags
+ '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.
0 commit comments