-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
;;; inf-clojure.el --- Run an external Clojure process in an Emacs buffer -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2014-2017 Bozhidar Batsov | ||
;; Copyright © 2014-2018 Bozhidar Batsov | ||
|
||
;; Authors: Bozhidar Batsov <[email protected]> | ||
;; Olin Shivers <[email protected]> | ||
;; URL: http://github.com/clojure-emacs/inf-clojure | ||
;; Keywords: processes, clojure | ||
;; Version: 2.1.0-snapshot | ||
;; Version: 2.1.0 | ||
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6")) | ||
|
||
;; This file is part of GNU Emacs. | ||
|
@@ -77,7 +77,7 @@ | |
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure") | ||
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure")) | ||
|
||
(defconst inf-clojure-version "2.1.0-snapshot" | ||
(defconst inf-clojure-version "2.1.0" | ||
"The current version of `inf-clojure'.") | ||
|
||
(defcustom inf-clojure-prompt-read-only t | ||
|