diff options
Diffstat (limited to 'lisp/term.el')
| -rw-r--r-- | lisp/term.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/term.el b/lisp/term.el index 860b5336b56..e6466b8fa95 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -770,16 +770,18 @@ Buffer local variable.") | |||
| 770 | term-color-white]) | 770 | term-color-white]) |
| 771 | 771 | ||
| 772 | (defcustom term-default-fg-color nil | 772 | (defcustom term-default-fg-color nil |
| 773 | "If non-nil, default color for foreground in Term mode. | 773 | "If non-nil, default color for foreground in Term mode." |
| 774 | This is deprecated in favor of customizing the `term' face." | ||
| 775 | :group 'term | 774 | :group 'term |
| 776 | :type 'string) | 775 | :type 'string) |
| 776 | (make-obsolete-variable 'term-default-fg-color "use the face `term' instead." | ||
| 777 | "24.3") | ||
| 777 | 778 | ||
| 778 | (defcustom term-default-bg-color nil | 779 | (defcustom term-default-bg-color nil |
| 779 | "If non-nil, default color for foreground in Term mode. | 780 | "If non-nil, default color for foreground in Term mode." |
| 780 | This is deprecated in favor of customizing the `term' face." | ||
| 781 | :group 'term | 781 | :group 'term |
| 782 | :type 'string) | 782 | :type 'string) |
| 783 | (make-obsolete-variable 'term-default-bg-color "use the face `term' instead." | ||
| 784 | "24.3") | ||
| 783 | 785 | ||
| 784 | (defface term | 786 | (defface term |
| 785 | `((t | 787 | `((t |