Update.
[elisp/apel.git] / emu-e19.el
index a676413..66ca0b6 100644 (file)
@@ -75,8 +75,7 @@
     (if (eq (following-char) ?\n)
        (forward-char)
       )
-    (point)
-    ))
+    (point)))
 
 
 ;;; @ mouse
@@ -94,8 +93,7 @@
   "Convert list of character CHAR-LIST to string."
   (` (mapconcat (function char-to-string)
                (, char-list)
-               "")
-     ))
+               "")))
 
 
 ;;; @ end