From d3bd3c6f07e0c9a2a7a1488e43b47439a5f8ac54 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 4 Jun 2014 22:43:13 +0200 Subject: Sync from ELPA. --- chess-engine.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index fe3122f..0fef4b0 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -99,6 +99,8 @@ If conversion fails, this function fired an 'illegal event." (or (chess-pgn-to-game pgn) (ignore (chess-message 'invalid-pgn)))) +(defvar chess-full-name) + (defun chess-engine-default-handler (event &rest args) "Default engine response handler." (let ((game (chess-engine-game nil))) @@ -414,7 +416,7 @@ event handler can take care of the data." ;; Primary event handler ;; -(defun chess-engine-sentinel (proc event) +(defun chess-engine-sentinel (proc _event) (chess-engine-destroy (process-buffer proc))) (defun chess-engine-filter (proc &optional string) @@ -423,7 +425,7 @@ event handler can take care of the data." (process-buffer proc) (current-buffer))) (inhibit-redisplay t) - last-point last-line-no-newline) + last-line-no-newline) (when (buffer-live-p buf) (with-current-buffer buf (if (stringp proc) -- cgit v1.2.3