changeset 83845:0f772ae43706

(log-view-current-file): Balance parens.
author Romain Francoise <romain@orebokech.com>
date Sun, 02 Sep 2007 07:46:54 +0000
parents 5787ced44842
children 952043283a52
files lisp/ChangeLog lisp/log-view.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 02 01:52:03 2007 +0000
+++ b/lisp/ChangeLog	Sun Sep 02 07:46:54 2007 +0000
@@ -1,3 +1,7 @@
+2007-09-02  Romain Francoise  <romain@orebokech.com>
+
+	* log-view.el (log-view-current-file): Balance parens.
+
 2007-09-02  Glenn Morris  <rgm@gnu.org>
 
 	* comint.el (comint-mode): Don't set scroll-conservatively.
--- a/lisp/log-view.el	Sun Sep 02 01:52:03 2007 +0000
+++ b/lisp/log-view.el	Sun Sep 02 07:46:54 2007 +0000
@@ -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)))