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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el,v
Date: Sun, 15 Jun 2008 10:29:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/06/15 10:29:13

Index: vc-cvs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-cvs.el,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -b -r1.144 -r1.145
--- vc-cvs.el   8 Jun 2008 15:18:28 -0000       1.144
+++ vc-cvs.el   15 Jun 2008 10:29:13 -0000      1.145
@@ -942,7 +942,7 @@
             (with-temp-buffer
               (insert-file-contents "CVS/Repository")
               (goto-char (point-min))
-              (re-search-forward "[^/]*" nil t)
+              (re-search-forward "[^/\n]*" nil t)
               (concat (match-string 0) "\n"))
           (file-error nil))))
     (concat




reply via email to

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