diff options
Diffstat (limited to 'lisp/cvs-status.el')
| -rw-r--r-- | lisp/cvs-status.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 324da8d3ce1..c8bd1e7e905 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- | 1 | ;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs cvs status tree tools | 6 | ;; Keywords: pcl-cvs cvs status tree tools |
| @@ -73,8 +73,8 @@ | |||
| 73 | 73 | ||
| 74 | (defconst cvs-status-font-lock-keywords | 74 | (defconst cvs-status-font-lock-keywords |
| 75 | `((,cvs-status-entry-leader-re | 75 | `((,cvs-status-entry-leader-re |
| 76 | (1 'cvs-filename-face) | 76 | (1 'cvs-filename) |
| 77 | (2 'cvs-need-action-face)) | 77 | (2 'cvs-need-action)) |
| 78 | (,cvs-status-tags-leader-re | 78 | (,cvs-status-tags-leader-re |
| 79 | (,cvs-status-rev-re | 79 | (,cvs-status-rev-re |
| 80 | (save-excursion (re-search-forward "^\n" nil 'move) (point)) | 80 | (save-excursion (re-search-forward "^\n" nil 'move) (point)) |