changeset 23792:ec06ad058029

(vc-dired-window-configuration, vc-ediff-windows, vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): Added defvars to suppress compilation warnings.
author André Spiegel <spiegel@gnu.org>
date Wed, 02 Dec 1998 13:34:59 +0000
parents 364d36c8f631
children 3f48dda0547a
files lisp/vc.el
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Tue Dec 01 07:23:27 1998 +0000
+++ b/lisp/vc.el	Wed Dec 02 13:34:59 1998 +0000
@@ -5,7 +5,7 @@
 ;; Author:     Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
 
-;; $Id: vc.el,v 1.238 1998/10/30 19:11:08 fx Exp spiegel $
+;; $Id: vc.el,v 1.239 1998/11/04 15:09:38 spiegel Exp spiegel $
 
 ;; This file is part of GNU Emacs.
 
@@ -928,6 +928,8 @@
 	    (vc-checkin file version comment)
 	    )))))
 
+(defvar vc-dired-window-configuration)
+
 (defun vc-next-action-dired (file rev comment)
   ;; Do a vc-next-action-on-file on all the marked files, possibly 
   ;; passing on the log comment we've just entered.
@@ -1559,6 +1561,9 @@
 	      (message "File contains conflict markers"))
 	  (message "Merge successful"))))))
 
+(defvar vc-ediff-windows)
+(defvar vc-ediff-result)
+
 ;;;###autoload
 (defun vc-resolve-conflicts (&optional name-A name-B)
   "Invoke ediff to resolve conflicts in the current buffer.
@@ -1646,6 +1651,9 @@
 ;; The VC directory major mode.  Coopt Dired for this.
 ;; All VC commands get mapped into logical equivalents.
 
+(defvar vc-dired-switches)
+(defvar vc-dired-terse-mode)
+
 (define-derived-mode vc-dired-mode dired-mode "Dired under VC"
   "The major mode used in VC directory buffers.  It works like Dired,
 but lists only files under version control, with the current VC state of