Mercurial > emacs
changeset 95443:14f66635f87d
*** empty log message ***
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 31 May 2008 15:32:10 +0000 |
parents | f3de1c31de14 |
children | f4d291b9de49 |
files | lisp/vc-cvs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-cvs.el Sat May 31 15:29:36 2008 +0000 +++ b/lisp/vc-cvs.el Sat May 31 15:32:10 2008 +0000 @@ -876,7 +876,7 @@ (push (list file status) result))) (goto-char (point-max)) (widen)) - (funcall update-function result)) + (funcall update-function result)) ;; Alternative implementation: use the "update" command instead of ;; the "status" command. ;; (let ((result nil)