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/idlw-help.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-help.el
Date: Fri, 08 Apr 2005 10:26:23 -0400

Index: emacs/lisp/progmodes/idlw-help.el
diff -c emacs/lisp/progmodes/idlw-help.el:1.2 
emacs/lisp/progmodes/idlw-help.el:1.3
*** emacs/lisp/progmodes/idlw-help.el:1.2       Wed Nov 17 11:45:29 2004
--- emacs/lisp/progmodes/idlw-help.el   Fri Apr  8 14:26:12 2005
***************
*** 1,7 ****
  ;;; idlw-help.el --- HTML Help code for IDLWAVE
  ;; Copyright (c) 2000 Carsten Dominik
  ;; Copyright (c) 2001, 2002 J.D. Smith
! ;; Copyright (c) 2003,2004 Free Software Foundation
  ;;
  ;; Authors: J.D. Smith <address@hidden>
  ;;          Carsten Dominik <address@hidden>
--- 1,7 ----
  ;;; idlw-help.el --- HTML Help code for IDLWAVE
  ;; Copyright (c) 2000 Carsten Dominik
  ;; Copyright (c) 2001, 2002 J.D. Smith
! ;; Copyright (c) 2003,2004,2005 Free Software Foundation
  ;;
  ;; Authors: J.D. Smith <address@hidden>
  ;;          Carsten Dominik <address@hidden>
***************
*** 183,189 ****
    :type 'string)
  
  (defface idlwave-help-link-face
!   '((((class color)) (:foreground "Blue"))
      (t (:weight bold)))
    "Face for highlighting links into IDLWAVE online help."
    :group 'idlwave-online-help)
--- 183,190 ----
    :type 'string)
  
  (defface idlwave-help-link-face
!   '((((min-colors 88) (class color)) (:foreground "Blue1"))
!     (((class color)) (:foreground "Blue"))
      (t (:weight bold)))
    "Face for highlighting links into IDLWAVE online help."
    :group 'idlwave-online-help)




reply via email to

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