diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-07-26 20:37:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-07-26 20:37:32 +0000 |
| commit | dbf87856a1b3c02108ebe32325f8fe261bc45bf0 (patch) | |
| tree | 55390a6da6ef41116e4955cdccd157b182d52e10 /lisp/vc.el | |
| parent | cdaf7a1a5697ad364928b1c68986fb9e7c4d2354 (diff) | |
| download | emacs-dbf87856a1b3c02108ebe32325f8fe261bc45bf0.tar.gz | |
Comment change.
Diffstat (limited to 'lisp/vc.el')
| -rw-r--r-- | lisp/vc.el | 3 |
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) |
