From ccf89694943e68a42f0e9d60e38551eaf9b21765 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sun, 2 Sep 2007 07:46:54 +0000 Subject: [PATCH] (log-view-current-file): Balance parens. --- lisp/ChangeLog | 4 ++++ lisp/log-view.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 156c966f958..51b087327e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-02 Romain Francoise + + * log-view.el (log-view-current-file): Balance parens. + 2007-09-02 Glenn Morris * comint.el (comint-mode): Don't set scroll-conservatively. diff --git a/lisp/log-view.el b/lisp/log-view.el index 2ca52443979..65a0dacd794 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el @@ -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))) -- 2.39.5