]> git.eshelyaron.com Git - emacs.git/commitdiff
Make term-default-fg-color, term-default-bg-color obsolete
authorGlenn Morris <rgm@gnu.org>
Sat, 10 Nov 2012 01:48:44 +0000 (20:48 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 10 Nov 2012 01:48:44 +0000 (20:48 -0500)
* lisp/term.el (term-default-fg-color, term-default-bg-color):
Make obsolete, rather than just saying "deprecated" in the doc.

lisp/ChangeLog
lisp/term.el

index 9284fd5d5deaaf467f314e4945625999a023be73..9cd1a921440ddd75f5613d77559b6d437a134f59 100644 (file)
@@ -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):
index 860b5336b56031a293110433a4bbcbce5995e55c..e6466b8fa95bcdd2b40457cd8d8bee79676e1452 100644 (file)
@@ -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