all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* MINOR: gmake bootstrap failure
@ 2007-09-02 13:30 dhruva
  0 siblings, 0 replies; only message in thread
From: dhruva @ 2007-09-02 13:30 UTC (permalink / raw)
  To: Emacs Devel

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!

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-02 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-02 13:30 MINOR: gmake bootstrap failure dhruva

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.