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-shell.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
Date: Mon, 15 Aug 2005 17:29:36 -0400

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.42 
emacs/lisp/progmodes/idlw-shell.el:3.43
*** emacs/lisp/progmodes/idlw-shell.el:3.42     Tue Aug  9 11:41:11 2005
--- emacs/lisp/progmodes/idlw-shell.el  Mon Aug 15 21:29:32 2005
***************
*** 533,541 ****
      '((((class color)) (:foreground "Black" :background "Pink"))
        (t (:underline t)))
      "Face for highlighting lines with breakpoints."
!     :group 'idlwave-shell-highlighting-and-faces)
!   ;; backward-compatibility alias
!   (put 'idlwave-shell-bp-face 'face-alias 'idlwave-shell-bp))
  
  (defcustom idlwave-shell-disabled-breakpoint-face 
    'idlwave-shell-disabled-bp
--- 533,539 ----
      '((((class color)) (:foreground "Black" :background "Pink"))
        (t (:underline t)))
      "Face for highlighting lines with breakpoints."
!     :group 'idlwave-shell-highlighting-and-faces))
  
  (defcustom idlwave-shell-disabled-breakpoint-face 
    'idlwave-shell-disabled-bp
***************
*** 553,562 ****
      '((((class color)) (:foreground "Black" :background "gray"))
        (t (:underline t)))
      "Face for highlighting lines with breakpoints."
!     :group 'idlwave-shell-highlighting-and-faces)
!   ;; backward-compatibility alias
!   (put 'idlwave-shell-disabled-bp-face 'face-alias 
'idlwave-shell-disabled-bp))
! 
  
  (defcustom idlwave-shell-expression-face 'secondary-selection
    "*The face for `idlwave-shell-expression-overlay'.
--- 551,557 ----
      '((((class color)) (:foreground "Black" :background "gray"))
        (t (:underline t)))
      "Face for highlighting lines with breakpoints."
!     :group 'idlwave-shell-highlighting-and-faces))
  
  (defcustom idlwave-shell-expression-face 'secondary-selection
    "*The face for `idlwave-shell-expression-overlay'.




reply via email to

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