Fix unused variable name for byte-compile warning

This commit is contained in:
Syohei YOSHIDA 2016-07-08 11:31:06 +09:00
parent f5ff58bb4f
commit 093c1795d2
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ default output type for new buffers."
(process-send-region ps (point-min) (point-max))
(process-send-eof ps)
(set-process-sentinel ps
(lambda (ps event)
(lambda (_ps event)
(unless (equal event "finished\n")
(error "PUML Preview failed: %s" event))
(cond