emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/Attic/tramp-vc.el, v [EMACS_22_B


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/Attic/tramp-vc.el, v [EMACS_22_BASE]
Date: Sat, 02 Feb 2008 10:50:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Michael Albinus <albinus>       08/02/02 10:50:03

Index: tramp-vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/Attic/tramp-vc.el,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -u -b -r1.21.2.4 -r1.21.2.5
--- tramp-vc.el 7 Jan 2008 01:56:12 -0000       1.21.2.4
+++ tramp-vc.el 2 Feb 2008 10:50:03 -0000       1.21.2.5
@@ -1,7 +1,7 @@
 ;;; tramp-vc.el --- Version control integration for TRAMP.el
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Daniel Pittman <address@hidden>
 ;; Keywords: comm, processes
@@ -98,9 +98,8 @@
 
        (erase-buffer)
 
-       (mapcar
-        (function
-         (lambda (s) (and s (setq squeezed (append squeezed (list s))))))
+       (mapc
+        (lambda (s) (and s (setq squeezed (append squeezed (list s)))))
         flags)
        (if (and (eq last 'MASTER) file
                 (setq vc-file (vc-name file)))




reply via email to

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