Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a2d98946
Commit
a2d98946
authored
Jun 02, 2013
by
Glenn Morris
Browse files
* lisp/eshell/em-term.el: New defcustoms need :version tags.
parent
6b7a9e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lisp/eshell/em-term.el
lisp/eshell/em-term.el
+6
-2
No files found.
lisp/eshell/em-term.el
View file @
a2d98946
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment