Skip to content

Commit

Permalink
Updating description and added end marker for Marmalade.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanel committed Oct 27, 2014
1 parent 80e0f66 commit acf39f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions monroe.el
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -487,3 +486,5 @@ connection endpoint."
(message "Unable to connect to %s." host-and-port)))

(provide 'monroe)

;;; monroe.el ends here

0 comments on commit acf39f7

Please sign in to comment.