emacs-pretest-bug
[Top][All Lists]
Advanced

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

term variables


From: Markus Rost
Subject: term variables
Date: Sat, 1 Mar 2003 18:34:44 -0500 (EST)

The following custom variables do not match its type.

term-default-bg-color
term-default-fg-color

Here is an obvious fix.  Let me know if I should install it.


===Buffer *diff*============================================
cd /home/rost/cvs/emacs/lisp/
diff -c /home/rost/cvs/emacs/lisp/term.el /tmp/buffer-content-2403GoI
*** /home/rost/cvs/emacs/lisp/term.el   Tue Feb  4 07:08:27 2003
--- /tmp/buffer-content-2403GoI Sat Mar  1 18:32:30 2003
***************
*** 710,721 ****
  (defcustom term-default-fg-color nil
    "Default color for foreground in `term'."
    :group 'term
!   :type 'string)
  
  (defcustom term-default-bg-color nil
    "Default color for background in `term'."
    :group 'term
!   :type 'string)
  
  (defvar ansi-term-color-vector
    [nil "black" "red" "green" "yellow" "blue"
--- 710,721 ----
  (defcustom term-default-fg-color nil
    "Default color for foreground in `term'."
    :group 'term
!   :type '(choice string (const nil)))
  
  (defcustom term-default-bg-color nil
    "Default color for background in `term'."
    :group 'term
!   :type '(choice string (const nil)))
  
  (defvar ansi-term-color-vector
    [nil "black" "red" "green" "yellow" "blue"

Diff finished at Sat Mar  1 18:32:31

============================================================





reply via email to

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