]> git.eshelyaron.com Git - emacs.git/commitdiff
(log-view-current-file): Balance parens.
authorRomain Francoise <romain@orebokech.com>
Sun, 2 Sep 2007 07:46:54 +0000 (07:46 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 2 Sep 2007 07:46:54 +0000 (07:46 +0000)
lisp/ChangeLog
lisp/log-view.el

index 156c966f958fd6c2afa99cd48d9fc53984eaa332..51b087327e1b1097370bad68f330e4b94d6e8bb1 100644 (file)
@@ -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.
index 2ca52443979e86088abd6c04cce233c66657bba2..65a0dacd794967bbb77a539d8483b8f58f77c6e4 100644 (file)
@@ -215,7 +215,7 @@ The match group number 1 should match the revision number itself.")
     (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)))