From: "Karl Hasselström" <kha@treskal.com>
To: Alexandre Julliard <julliard@winehq.org>
Cc: git@vger.kernel.org
Subject: [PATCH 1/2] ignore-errors requires cl
Date: Sun, 22 Oct 2006 20:46:31 +0200 [thread overview]
Message-ID: <20061022184631.4093.50273.stgit@localhost> (raw)
In-Reply-To: <20061022184108.4093.65651.stgit@localhost>
From: Karl Hasselström <kha@yoghurt.hemma.treskal.com>
vc-git complains that it can't find the definition of ignore-errors
unless I (require 'cl). So I guess the correct place to do that is in
the file itself.
Signed-off-by: Karl Hasselström <kha@treskal.com>
---
contrib/emacs/vc-git.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 4189c4c..1ec228f 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -30,6 +30,8 @@
;; - working with revisions other than HEAD
;;
+(require 'cl)
+
(defvar git-commits-coding-system 'utf-8
"Default coding system for git commits.")
next prev parent reply other threads:[~2006-10-22 18:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-22 18:41 [PATCH 0/2] Two minor fixes for vc-git Karl Hasselström
2006-10-22 18:46 ` Karl Hasselström [this message]
2006-10-22 18:46 ` [PATCH 2/2] Better installation instructions Karl Hasselström
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=20061022184631.4093.50273.stgit@localhost \
--to=kha@treskal.com \
--cc=git@vger.kernel.org \
--cc=julliard@winehq.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).