diff options
author | Bozhidar Batsov <[email protected]> | 2017-05-07 12:25:41 +0300 |
---|---|---|
committer | Bozhidar Batsov <[email protected]> | 2017-05-07 12:25:41 +0300 |
commit | eb5a0b7ae0bf00320387b6d424230759923f0bb9 (patch) | |
tree | 7059231a17af51af6ba519a2720d40f372cfe8b1 /lib/tools/emacs/erlang.el | |
parent | 467bef40ecc9aa7028b14de76f9814438935e3b3 (diff) | |
download | otp-eb5a0b7ae0bf00320387b6d424230759923f0bb9.tar.gz otp-eb5a0b7ae0bf00320387b6d424230759923f0bb9.tar.bz2 otp-eb5a0b7ae0bf00320387b6d424230759923f0bb9.zip |
Add a :package-version property to the new defcustom erlang-shell-prompt-read-only
Diffstat (limited to 'lib/tools/emacs/erlang.el')
-rw-r--r-- | lib/tools/emacs/erlang.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 2cb4f4361e..957581f892 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -5162,7 +5162,8 @@ future, a new shell on an already running host will be started." "If non-nil, the prompt will be read-only. Also see the description of `ielm-prompt-read-only'." - :type 'boolean) + :type 'boolean + :package-version '(erlang . "2.8.0")) (defvar erlang-shell-mode-map nil "Keymap used by Erlang shells.") |