From acf39f7fc1d88c38412af0335f08b38e46592750 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 27 Oct 2014 12:56:25 +0100 Subject: [PATCH] Updating description and added end marker for Marmalade. --- monroe.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/monroe.el b/monroe.el index 79eefd5..c745743 100644 --- a/monroe.el +++ b/monroe.el @@ -28,7 +28,7 @@ ;;; Installation: -;; Just copy it to your load-path and run with: +;; Copy it to your load-path and run with: ;; M-: (require 'monroe) ;;; Usage: @@ -476,7 +476,6 @@ connection endpoint." (list (read-string (format "Host (default '%s'): " monroe-default-host) nil nil monroe-default-host))) - (unless (ignore-errors (with-current-buffer (get-buffer-create monroe-repl-buffer) (prog1 @@ -487,3 +486,5 @@ connection endpoint." (message "Unable to connect to %s." host-and-port))) (provide 'monroe) + +;;; monroe.el ends here