Mercurial > hg > xemacs-beta
diff lisp/packages/vc.el @ 48:56c54cf7c5b6 r19-16b90
Import from CVS: tag r19-16b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:04 +0200 |
parents | e04119814345 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/packages/vc.el Mon Aug 13 08:55:32 2007 +0200 +++ b/lisp/packages/vc.el Mon Aug 13 08:56:04 2007 +0200 @@ -1160,8 +1160,8 @@ (vc-file-tree-walk subfunction) (vc-dir-all-files subfunction))) (save-excursion - (dired (make-string-stringlist (cons dir (nreverse filelist))) - dired-listing-switches) + (dired (cons dir (nreverse filelist)) + dired-listing-switches) (rename-buffer (generate-new-buffer-name "VC-DIRED")) (setq dired-buf (current-buffer)) (setq nonempty (not (zerop (buffer-size)))))