From e364ba672edcff9ef868a8c8d28717c16b1623be Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 20 Dec 2019 03:26:33 -0500 Subject: [PATCH] Fix typo --- eaf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eaf.el b/eaf.el index cde2868..d09b0d6 100644 --- a/eaf.el +++ b/eaf.el @@ -461,7 +461,7 @@ Don't call this function if you not EAF developer." (interactive) (if (process-live-p eaf-process) ;; Delete EAF server process. - (progrn + (progn (delete-process eaf-process) (message "EAF - Process terminated.")) (message "EAF - Process already terminated.")))