comparison lisp/vc.el @ 8350:b3afbc67aa6b

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Jul 1994 20:37:32 +0000
parents a61f6295ee0e
children a15ce495af6f
comparison
equal deleted inserted replaced
8349:a61f6295ee0e 8350:b3afbc67aa6b
129 ;; Variables the user doesn't need to know about. 129 ;; Variables the user doesn't need to know about.
130 (defvar vc-log-entry-mode nil) 130 (defvar vc-log-entry-mode nil)
131 (defvar vc-log-operation nil) 131 (defvar vc-log-operation nil)
132 (defvar vc-log-after-operation-hook nil) 132 (defvar vc-log-after-operation-hook nil)
133 (defvar vc-checkout-writable-buffer-hook 'vc-checkout-writable-buffer) 133 (defvar vc-checkout-writable-buffer-hook 'vc-checkout-writable-buffer)
134 ;; In a log entry buffer, this is a local variable
135 ;; that points to the buffer for which it was made
136 ;; (either a file, or a VC dired buffer).
134 (defvar vc-parent-buffer nil) 137 (defvar vc-parent-buffer nil)
135 (defvar vc-parent-buffer-name nil) 138 (defvar vc-parent-buffer-name nil)
136 139
137 (defvar vc-log-file) 140 (defvar vc-log-file)
138 (defvar vc-log-version) 141 (defvar vc-log-version)