From eb5a0b7ae0bf00320387b6d424230759923f0bb9 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 7 May 2017 12:25:41 +0300 Subject: Add a :package-version property to the new defcustom erlang-shell-prompt-read-only --- lib/tools/emacs/erlang.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/tools/emacs/erlang.el') 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.") -- cgit v1.2.3