diff --git a/examples/cl-repl/lisp/swank-quicklisp.lisp b/examples/cl-repl/lisp/swank-quicklisp.lisp
index ec0947c..94b0699 100644
--- a/examples/cl-repl/lisp/swank-quicklisp.lisp
+++ b/examples/cl-repl/lisp/swank-quicklisp.lisp
@@ -62,12 +62,6 @@
(funcall (%sym 'stop-server :swank) port)
:stopped))
-(progn
- ;; be careful not to use :s, :q in your mobile app code
- ;; ios simulator note: wrap :s and :q in qrun* (would crash otherwise)
- (define-symbol-macro :s (start-swank))
- (define-symbol-macro :q (quicklisp)))
-
(export
(list 'start-swank
'stop-swank
diff --git a/examples/cl-repl/platforms/android/AndroidManifest.xml b/examples/cl-repl/platforms/android/AndroidManifest.xml
index ceb9694..c68687a 100644
--- a/examples/cl-repl/platforms/android/AndroidManifest.xml
+++ b/examples/cl-repl/platforms/android/AndroidManifest.xml
@@ -12,7 +12,7 @@
-
+