From: Glenn Morris Date: Sun, 2 Jun 2013 18:26:38 +0000 (-0700) Subject: * lisp/eshell/em-term.el: New defcustoms need :version tags. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~85^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2d98946738ffd42f90b3f54d2a32be9d7b6429e;p=emacs.git * lisp/eshell/em-term.el: New defcustoms need :version tags. --- diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 7875fbc9c80..340cfa7006c 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -79,7 +79,9 @@ visual fashion. A likely entry is because git shows logs and diffs using a pager by default." :type '(repeat (cons (string :tag "Command") - (repeat (string :tag "Subcommand"))))) + (repeat (string :tag "Subcommand")))) + :version "24.4" + :group 'eshell-term) (defcustom eshell-visual-options nil @@ -96,7 +98,9 @@ fashion. For example, a sensible entry would be because \"git --help\" shows the command's documentation with a pager." :type '(repeat (cons (string :tag "Command") - (repeat (string :tag "Option"))))) + (repeat (string :tag "Option")))) + :version "24.4" + :group 'eshell-term) ;; If you change this from term-term-name, you need to ensure that the ;; value you choose exists in the system's terminfo database. (Bug#12485)