From: Richard M. Stallman Date: Tue, 26 Jul 1994 20:37:32 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~7503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbf87856a1b3c02108ebe32325f8fe261bc45bf0;p=emacs.git Comment change. --- 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)