diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 11cfeb403d4..39bea10dc15 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -2302,7 +2302,8 @@ WORKING-REVISION and LIMIT." | |||
| 2302 | (let* ((vc-fileset (vc-deduce-fileset t)) ;FIXME: Why t? --Stef | 2302 | (let* ((vc-fileset (vc-deduce-fileset t)) ;FIXME: Why t? --Stef |
| 2303 | (backend (car vc-fileset)) | 2303 | (backend (car vc-fileset)) |
| 2304 | (files (cadr vc-fileset)) | 2304 | (files (cadr vc-fileset)) |
| 2305 | (working-revision (or working-revision (vc-working-revision (car files))))) | 2305 | ;; (working-revision (or working-revision (vc-working-revision (car files)))) |
| 2306 | ) | ||
| 2306 | (vc-print-log-internal backend files working-revision nil limit))) | 2307 | (vc-print-log-internal backend files working-revision nil limit))) |
| 2307 | 2308 | ||
| 2308 | ;;;###autoload | 2309 | ;;;###autoload |