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-dispatcher.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Mon, 05 May 2008 18:17:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/05 18:17:10

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- vc-dispatcher.el    5 May 2008 06:12:33 -0000       1.11
+++ vc-dispatcher.el    5 May 2008 18:17:09 -0000       1.12
@@ -76,16 +76,17 @@
 
 ;; Special behavior of dispatcher directory buffers:
 ;;
-;; In dispatcher directory buffers, faciltiies to perform basic
+;; In dispatcher directory buffers, facilities to perform basic
 ;; navigation and selection operations are provided by keymap and menu
 ;; entries that dispatcher sets up itself, so they'll be uniform
-;; across all dispatcher- using client modes.  Client modes are
+;; across all dispatcher-using client modes.  Client modes are
 ;; expected to append to these to provide mode-specific bindings.
 ;;
 ;; The standard map associates a 'state' slot (that the client mode
 ;; may set) with each directory entry.  The dispatcher knows nothing
 ;; about the semantics of individual states, but mark and unmark commands
-;; treat all entries with the same state 
+;; treat all entries with the same state as the currently selected one as 
+;; a unit.
 
 ;; To do:
 ;;
@@ -1548,10 +1549,10 @@
                  ((file-short (substring file (length ddir)))
                   (state
                    (funcall (vc-client-object->file-to-state vc-client-mode)
-                             fname))
+                             file))
                   (extra
                    (funcall (vc-client-object->file-to-extra vc-client-mode)
-                             fname))
+                             file))
                   (entry
                    (list file-short state extra)))
                (vc-dir-update (list entry) status-buf))))))




reply via email to

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