Skip to content

Commit 0dd5055

Browse files
author
Chris Barrett
committed
Restore autoload for haskell-process-load-file
`haskell-process-load-file` lost its autoload directive during the project reorganisation.
1 parent 98f6e40 commit 0dd5055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
(display-buffer buffer)
265265
(other-window 1))))
266266

267+
;;;###autoload
267268
(defun haskell-process-load-file ()
268269
"Load the current buffer file."
269270
(interactive)

0 commit comments

Comments
 (0)