emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 05a0556dcb 4/7: Byte-compilation fix


From: Christian Johansson
Subject: [elpa] externals/phps-mode 05a0556dcb 4/7: Byte-compilation fix
Date: Sat, 21 May 2022 03:18:59 -0400 (EDT)

branch: externals/phps-mode
commit 05a0556dcbd8b61ce2398ff698bb5a0f1e7eb336
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Byte-compilation fix
---
 phps-mode-serial.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/phps-mode-serial.el b/phps-mode-serial.el
index c26ece7c3f..a402bdd7e2 100644
--- a/phps-mode-serial.el
+++ b/phps-mode-serial.el
@@ -166,10 +166,10 @@
                           (when quitted
                             (with-current-buffer key
                               (setq phps-mode-serial--status 'aborted)))
-                          end-return)))
+                          end-return))))
 
                     phps-mode-serial--async-processes))
-                  (signal 'error (list "Async-start function is missing")))
+              (signal 'error (list "Async-start function is missing")))
 
           ;; Run command(s) asynchronously
           (let ((async-thread
@@ -177,7 +177,7 @@
 
                   (lambda()
                     (let ((quitted t)
-                          (start return))
+                          (start-return))
                       (unwind-protect
                           (progn
 
@@ -286,7 +286,7 @@
                        (setq quitted nil))
                    (when quitted
                      (with-current-buffer key
-                       (setq phps-mode-serial--status 'aborted)))))))
+                       (setq phps-mode-serial--status 'aborted)))))))))
 
       (let ((start-return)
             (end-return)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]