emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MINOR: gmake bootstrap failure


From: dhruva
Subject: MINOR: gmake bootstrap failure
Date: Sun, 2 Sep 2007 19:00:57 +0530

Hi,
 I have updated from the GIT repo and the HEAD fails on bootstrap.
There is a missing paren which the below patch fixes.

-dky

diff --git a/lisp/log-view.el b/lisp/log-view.el
index 2ca5244..0d39819 100644
--- a/lisp/log-view.el
+++ b/lisp/log-view.el
@@ -226,7 +226,7 @@ The match group number 1 should match the revision
number it       (let ((default-directory ""))
        (when pcldir (setq dir (expand-file-name pcldir dir)))
        (when cvsdir (setq dir (expand-file-name cvsdir dir))))
-      (expand-file-name file dir))))
+      (expand-file-name file dir)))))

 (defun log-view-current-tag (&optional where)
   (save-excursion


-- 
Dhruva Krishnamurthy
Contents reflect my personal views only!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]