branch: externals/phps-mode
commit 05a0556dcbd8b61ce2398ff698bb5a0f1e7eb336
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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)