1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(log-view-current-file): Balance parens.

This commit is contained in:
Romain Francoise 2007-09-02 07:46:54 +00:00
parent c009fb6e7e
commit ccf8969494
2 changed files with 5 additions and 1 deletions

View 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.

View 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)))