emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112824: * lisp/eshell/em-term.el: Ne


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112824: * lisp/eshell/em-term.el: New defcustoms need :version tags.
Date: Sun, 02 Jun 2013 11:26:38 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112824
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-06-02 11:26:38 -0700
message:
  * lisp/eshell/em-term.el: New defcustoms need :version tags.
modified:
  lisp/eshell/em-term.el
=== modified file 'lisp/eshell/em-term.el'
--- a/lisp/eshell/em-term.el    2013-06-02 09:19:09 +0000
+++ b/lisp/eshell/em-term.el    2013-06-02 18:26:38 +0000
@@ -79,7 +79,9 @@
 
 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 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]