emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Fri, 08 Apr 2005 10:26:28 -0400

Index: emacs/lisp/wid-edit.el
diff -c emacs/lisp/wid-edit.el:1.137 emacs/lisp/wid-edit.el:1.138
*** emacs/lisp/wid-edit.el:1.137        Tue Apr  5 06:41:09 2005
--- emacs/lisp/wid-edit.el      Fri Apr  8 14:26:13 2005
***************
*** 1,6 ****
  ;;; wid-edit.el --- Functions for creating and using widgets 
-*-byte-compile-dynamic: t;-*-
  ;;
! ;; Copyright (C) 1996,97,1999,2000,01,02,2003, 2004  Free Software 
Foundation, Inc.
  ;;
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; wid-edit.el --- Functions for creating and using widgets 
-*-byte-compile-dynamic: t;-*-
  ;;
! ;; Copyright (C) 1996,97,1999,2000,01,02,2003, 2004, 2005  Free Software 
Foundation, Inc.
  ;;
  ;; Author: Per Abrahamsen <address@hidden>
  ;; Maintainer: FSF
***************
*** 883,889 ****
         (lookup-key widget-global-map (this-command-keys))))))
  
  (defface widget-button-pressed-face
!   '((((class color))
       (:foreground "red"))
      (t
       (:weight bold :underline t)))
--- 883,891 ----
         (lookup-key widget-global-map (this-command-keys))))))
  
  (defface widget-button-pressed-face
!   '((((min-colors 88) (class color))
!      (:foreground "red1"))
!     (((class color))
       (:foreground "red"))
      (t
       (:weight bold :underline t)))




reply via email to

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