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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Fri, 09 May 2008 16:01:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/09 16:01:27

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- vc-dispatcher.el    9 May 2008 15:31:33 -0000       1.29
+++ vc-dispatcher.el    9 May 2008 16:01:27 -0000       1.30
@@ -1360,14 +1360,14 @@
       (with-current-buffer vc-parent-buffer
                            (vc-dispatcher-selection-set)))
      ;; No good set here, throw error
-     (t (error "No fileset is available here.")))))
+          (t (error "No fileset is available here")))))
     ;; We assume, in order to avoid unpleasant surprises to the user,
     ;; that a fileset is not in good shape to be handed to the user if the
     ;; buffers visiting the fileset don't match the on-disk contents.
     ;; This is actually untrue for operations like `print-log' (or `diff'
     ;; between two revisions), so maybe this should be moved elsewhere.
     (save-some-buffers
-     nil (lambda () (vc-dispatcher-in-fileset-p fileset)))
+     nil (lambda () (vc-dispatcher-in-fileset-p files)))
     files))
 
 ;; arch-tag: 7d08b17f-5470-4799-914b-bfb9fcf6a246




reply via email to

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