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:
parent
c009fb6e7e
commit
ccf8969494
@ -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.
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user