]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/eshell/em-term.el: New defcustoms need :version tags.
authorGlenn Morris <rgm@gnu.org>
Sun, 2 Jun 2013 18:26:38 +0000 (11:26 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 2 Jun 2013 18:26:38 +0000 (11:26 -0700)
lisp/eshell/em-term.el

index 7875fbc9c8055801c0474c25d8a919bed7a08da8..340cfa7006cc53ee51f16c147eca629eaa2b168e 100644 (file)
@@ -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 <command> --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)