emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ansi-color.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ansi-color.el
Date: Fri, 04 Apr 2003 01:21:40 -0500

Index: emacs/lisp/ansi-color.el
diff -c emacs/lisp/ansi-color.el:1.11 emacs/lisp/ansi-color.el:1.12
*** emacs/lisp/ansi-color.el:1.11       Sun May 12 12:46:54 2002
--- emacs/lisp/ansi-color.el    Tue Feb  4 05:58:30 2003
***************
*** 415,421 ****
  start of the region and set the face with which to start.  Set
  `ansi-color-context-region' to nil if you don't want this."
    (let ((face (car ansi-color-context-region))
!       (start-marker (or (cadr ansi-color-context-region) 
                          (copy-marker begin)))
        (end-marker (copy-marker end))
        escape-sequence)
--- 415,421 ----
  start of the region and set the face with which to start.  Set
  `ansi-color-context-region' to nil if you don't want this."
    (let ((face (car ansi-color-context-region))
!       (start-marker (or (cadr ansi-color-context-region)
                          (copy-marker begin)))
        (end-marker (copy-marker end))
        escape-sequence)
***************
*** 481,487 ****
  
  (defun ansi-color-make-face (property color)
    "Return a face with PROPERTY set to COLOR.
! PROPERTY can be either symbol `foreground' or symbol `background'.  
  
  For Emacs, we just return the cons cell \(PROPERTY . COLOR).
  For XEmacs, we create a temporary face and return it."
--- 481,487 ----
  
  (defun ansi-color-make-face (property color)
    "Return a face with PROPERTY set to COLOR.
! PROPERTY can be either symbol `foreground' or symbol `background'.
  
  For Emacs, we just return the cons cell \(PROPERTY . COLOR).
  For XEmacs, we create a temporary face and return it."




reply via email to

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