emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/gdb-ui.el
Date: Wed, 23 Mar 2005 22:25:41 -0500

Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.56 emacs/lisp/progmodes/gdb-ui.el:1.57
*** emacs/lisp/progmodes/gdb-ui.el:1.56 Tue Mar 22 23:08:57 2005
--- emacs/lisp/progmodes/gdb-ui.el      Thu Mar 24 03:25:40 2005
***************
*** 1161,1172 ****
         "\x3c\x7e\xff\xff\xff\xff\x7e\x3c"))
  
  (defface breakpoint-enabled
!   '((((type tty))
!      :weight bold
!      :foreground "red")
!     (t
!      :weight bold
!      :foreground "red"))
    "Face for enabled breakpoint icon in fringe."
    :group 'gud)
  ;; compatibility alias for old name
--- 1161,1169 ----
         "\x3c\x7e\xff\xff\xff\xff\x7e\x3c"))
  
  (defface breakpoint-enabled
!   '((t
!      :foreground "red"
!      :weight bold))
    "Face for enabled breakpoint icon in fringe."
    :group 'gud)
  ;; compatibility alias for old name
***************
*** 1176,1189 ****
    ;; We use different values of grey for different background types,
    ;; so that on low-color displays it will end up as something visible
    ;; if it has to be approximated.
!   '((((type tty)  (background dark))
!      :foreground "grey60")
!     (((type tty) (background light))
!      :foreground "grey40")
!     (((background dark))
!      :foreground "grey60")
!     (((background light))
!      :foreground "grey40"))
    "Face for disabled breakpoint icon in fringe."
    :group 'gud)
  ;; compatibility alias for old name
--- 1173,1180 ----
    ;; We use different values of grey for different background types,
    ;; so that on low-color displays it will end up as something visible
    ;; if it has to be approximated.
!   '((((background dark))  :foreground "grey60")
!     (((background light)) :foreground "grey40"))
    "Face for disabled breakpoint icon in fringe."
    :group 'gud)
  ;; compatibility alias for old name




reply via email to

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