all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dhruva <dhruvakm@gmail.com>
To: "Emacs Devel" <emacs-devel@gnu.org>
Subject: MINOR: gmake bootstrap failure
Date: Sun, 2 Sep 2007 19:00:57 +0530	[thread overview]
Message-ID: <e3f230850709020630l536031dew33e16446f4904db4@mail.gmail.com> (raw)

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	other threads:[~2007-09-02 13:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3f230850709020630l536031dew33e16446f4904db4@mail.gmail.com \
    --to=dhruvakm@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.