emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cvs-status.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/cvs-status.el
Date: Fri, 10 Jun 2005 05:13:25 -0400

Index: emacs/lisp/cvs-status.el
diff -c emacs/lisp/cvs-status.el:1.21 emacs/lisp/cvs-status.el:1.22
*** emacs/lisp/cvs-status.el:1.21       Thu Nov 11 23:47:15 2004
--- emacs/lisp/cvs-status.el    Fri Jun 10 09:13:24 2005
***************
*** 1,6 ****
  ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: 
utf-8 -*-
  
! ;; Copyright (C) 1999, 2000, 2003, 2004  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs cvs status tree tools
--- 1,6 ----
  ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: 
utf-8 -*-
  
! ;; Copyright (C) 1999, 2000, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs cvs status tree tools
***************
*** 73,80 ****
  
  (defconst cvs-status-font-lock-keywords
    `((,cvs-status-entry-leader-re
!      (1 'cvs-filename-face)
!      (2 'cvs-need-action-face))
      (,cvs-status-tags-leader-re
       (,cvs-status-rev-re
        (save-excursion (re-search-forward "^\n" nil 'move) (point))
--- 73,80 ----
  
  (defconst cvs-status-font-lock-keywords
    `((,cvs-status-entry-leader-re
!      (1 'cvs-filename)
!      (2 'cvs-need-action))
      (,cvs-status-tags-leader-re
       (,cvs-status-rev-re
        (save-excursion (re-search-forward "^\n" nil 'move) (point))




reply via email to

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