gnu-emacs-sources
[Top][All Lists]
Advanced

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

vc-.el - extensions to GNU `vc.el'


From: Drew Adams
Subject: vc-.el - extensions to GNU `vc.el'
Date: Tue, 16 Jan 2001 21:35:20 -0500

;;; vc-.el --- Extensions to `vc.el'.
;; 
;; Filename: vc-.el
;; Description: Extensions to `vc.el'.
;; Author: Drew Adams
;; Maintainer: Drew Adams
;; Copyright (C) 2000, 2001, Drew Adams, all rights reserved.
;; Created: Thu Sep 14 09:47:26 2000
;; Version: $Id: vc-.el,v 1.3 2001/01/09 22:35:58 dadams Exp $
;; Last-Updated: Tue Jan  9 14:35:50 2001
;;           By: dadams
;;     Update #: 12
;; Keywords: internal, tools, unix, local
;; Compatibility: GNU Emacs 20.x
;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
;;; Commentary: 
;; 
;; Extensions to `vc.el'.
;;
;;  See also the companion file `vc+.el'.
;;        `vc-.el' should be loaded before `vc.el'.
;;        `vc+.el' should be loaded after `vc.el'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
;;; Change log:
;; 
;; RCS $Log: vc-.el,v $
;; RCS Revision 1.3  2001/01/09 22:35:58  dadams
;; RCS Adapted file header for Emacs Lisp Archive.
;; RCS
;; RCS Revision 1.2  2001/01/03 17:26:38  dadams
;; RCS *** empty log message ***
;; RCS
;; RCS Revision 1.1  2000/09/14 16:52:41  dadams
;; RCS Initial revision
;; RCS
;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 
;;; Code:

(defvar vc-dired-terse-display nil
  "*If non-nil, show only locked files in VC Dired.")


;;;;;;;;;;;;;;;;;;

(provide 'vc-)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; `vc-.el' ends here



reply via email to

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