mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Make term-default-fg-color, term-default-bg-color obsolete
* lisp/term.el (term-default-fg-color, term-default-bg-color): Make obsolete, rather than just saying "deprecated" in the doc.
This commit is contained in:
parent
19e0987902
commit
bf67dafaf5
@ -1,5 +1,8 @@
|
||||
2012-11-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* term.el (term-default-fg-color, term-default-bg-color):
|
||||
Make obsolete, rather than just saying "deprecated" in the doc.
|
||||
|
||||
* term.el (term): Rename from `term-face'.
|
||||
(term-current-face, ansi-term-color-vector)
|
||||
(term-default-fg-color, term-default-bg-color, term-ansi-reset):
|
||||
|
10
lisp/term.el
10
lisp/term.el
@ -770,16 +770,18 @@ Buffer local variable.")
|
||||
term-color-white])
|
||||
|
||||
(defcustom term-default-fg-color nil
|
||||
"If non-nil, default color for foreground in Term mode.
|
||||
This is deprecated in favor of customizing the `term' face."
|
||||
"If non-nil, default color for foreground in Term mode."
|
||||
:group 'term
|
||||
:type 'string)
|
||||
(make-obsolete-variable 'term-default-fg-color "use the face `term' instead."
|
||||
"24.3")
|
||||
|
||||
(defcustom term-default-bg-color nil
|
||||
"If non-nil, default color for foreground in Term mode.
|
||||
This is deprecated in favor of customizing the `term' face."
|
||||
"If non-nil, default color for foreground in Term mode."
|
||||
:group 'term
|
||||
:type 'string)
|
||||
(make-obsolete-variable 'term-default-bg-color "use the face `term' instead."
|
||||
"24.3")
|
||||
|
||||
(defface term
|
||||
`((t
|
||||
|
Loading…
Reference in New Issue
Block a user