[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-cvs.el |
Date: |
Thu, 17 Oct 2002 11:44:13 -0400 |
Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.48 emacs/lisp/vc-cvs.el:1.49
*** emacs/lisp/vc-cvs.el:1.48 Fri Oct 11 02:47:49 2002
--- emacs/lisp/vc-cvs.el Thu Oct 17 11:43:48 2002
***************
*** 5,11 ****
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <address@hidden>
! ;; $Id: vc-cvs.el,v 1.48 2002/10/11 06:47:49 miles Exp $
;; This file is part of GNU Emacs.
--- 5,11 ----
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <address@hidden>
! ;; $Id: vc-cvs.el,v 1.49 2002/10/17 15:43:48 lektu Exp $
;; This file is part of GNU Emacs.
***************
*** 120,126 ****
((eq type 'symbolic-name) \"Sticky\")))
Here's an example that will abbreviate to the first character only,
! any text before the first occurence of `-' for sticky symbolic tags.
If the sticky tag is a revision number, the word \"Sticky\" is
displayed. Date and time is displayed for sticky dates.
--- 120,126 ----
((eq type 'symbolic-name) \"Sticky\")))
Here's an example that will abbreviate to the first character only,
! any text before the first occurrence of `-' for sticky symbolic tags.
If the sticky tag is a revision number, the word \"Sticky\" is
displayed. Date and time is displayed for sticky dates.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,
Juanma Barranquero <=