Skip to content

Commit df4b85a

Browse files
authored
Merge pull request #45 from Hi-Angel/fix2
Fix "unused arg" warning in `purescript-presentation-mode`
2 parents 817083f + 8886f66 commit df4b85a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ELFILES = \
1616
purescript-mode.el \
1717
purescript-move-nested.el \
1818
purescript-navigate-imports.el \
19+
purescript-presentation-mode.el \
1920
purescript-simple-indent.el \
2021
purescript-sort-imports.el \
2122
purescript-str.el \

purescript-presentation-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
(define-key purescript-presentation-mode-map (kbd "q") 'quit-window)
3737

38-
(defun purescript-present (name session code)
38+
(defun purescript-present (name _ code)
3939
"Present CODE in a popup buffer suffixed with NAME and set
4040
SESSION as the current purescript-session."
4141
(let* ((name (format "*PureScript Presentation%s*" name))

0 commit comments

Comments
 (0)