emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/log-view.el,v


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el,v
Date: Sun, 02 Sep 2007 07:46:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Romain Francoise <rfrancoise>   07/09/02 07:46:55

Index: log-view.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/log-view.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- log-view.el 2 Sep 2007 01:50:12 -0000       1.43
+++ log-view.el 2 Sep 2007 07:46:53 -0000       1.44
@@ -215,7 +215,7 @@
     (forward-line 1)
     (or (re-search-backward log-view-file-re nil t)
        (re-search-forward log-view-file-re nil t)
-       (error "Unable to determine the current file")
+       (error "Unable to determine the current file"))
     (let* ((file (match-string 1))
           (cvsdir (and (re-search-backward log-view-dir-re nil t)
                        (match-string 1)))




reply via email to

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