summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-26 20:37:32 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-26 20:37:32 +0000
commitdbf87856a1b3c02108ebe32325f8fe261bc45bf0 (patch)
tree55390a6da6ef41116e4955cdccd157b182d52e10 /lisp/vc.el
parentcdaf7a1a5697ad364928b1c68986fb9e7c4d2354 (diff)
downloademacs-dbf87856a1b3c02108ebe32325f8fe261bc45bf0.tar.gz
Comment change.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 5bbd061bfb1..417dd1548f3 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -131,6 +131,9 @@ and that its contents match what the master file says.")
(defvar vc-log-operation nil)
(defvar vc-log-after-operation-hook nil)
(defvar vc-checkout-writable-buffer-hook 'vc-checkout-writable-buffer)
+;; In a log entry buffer, this is a local variable
+;; that points to the buffer for which it was made
+;; (either a file, or a VC dired buffer).
(defvar vc-parent-buffer nil)
(defvar vc-parent-buffer-name nil)