emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-sccs.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-sccs.el,v
Date: Fri, 11 Apr 2008 15:18:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/11 15:18:00

Index: vc-sccs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-sccs.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- vc-sccs.el  5 Apr 2008 00:15:13 -0000       1.44
+++ vc-sccs.el  11 Apr 2008 15:17:59 -0000      1.45
@@ -145,7 +145,7 @@
     (vc-sccs-state file)))
 
 ;; XXX Experimental function for the vc-dired replacement.
-(defun vc-sccs-dir-status (dir update-function status-buffer)
+(defun vc-sccs-dir-status (dir update-function)
   ;; XXX: quick hack, there should be a better way to do this,
   ;; but it's not worse than vc-dired :-).
   (let ((flist (vc-expand-dirs (list dir)))
@@ -154,7 +154,7 @@
       (let ((state (vc-state file))
            (frel (file-relative-name file)))
        (push (list frel state) result)))
-    (funcall update-function result status-buffer)))
+    (funcall update-function result)))
 
 (defun vc-sccs-working-revision (file)
   "SCCS-specific version of `vc-working-revision'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]