* vc-bzr.el syntax error
@ 2009-12-03 9:28 Jim Meyering
2009-12-03 9:45 ` Dan Nicolaescu
0 siblings, 1 reply; 2+ messages in thread
From: Jim Meyering @ 2009-12-03 9:28 UTC (permalink / raw)
To: emacs-devel, dann
Without the patch below, bootstrap fails with this:
vc-bzr.el:775:10:Warning: reference to free variable `shelve'
vc-bzr.el:778:34:Warning: reference to free variable `shelve-help-echo'
vc-bzr.el:792:59:Error: Invalid read syntax: ")"
Compiling /home/j/w/co/emacs/lisp/vc-git.el
From f9aec32474463fc356eff02fd191c5b827365e94 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Thu, 3 Dec 2009 10:23:26 +0100
Subject: [PATCH] vc-bzr.el: fix a syntax error
* vc-bzr.el (vc-bzr-dir-extra-headers): Remove stray parentheses.
---
lisp/ChangeLog | 5 +++++
lisp/vc-bzr.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73e4706..0e2918b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-03 Jim Meyering <meyering@redhat.com>
+
+ vc-bzr.el: fix a syntax error
+ * vc-bzr.el (vc-bzr-dir-extra-headers): Remove stray parentheses.
+
2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
Add support for bzr shelve/unshelve.
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index 1173d86..eb021f5 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -771,7 +771,7 @@ stream. Standard error output is discarded."
(concat
(propertize "Checkout of branch : " 'face 'font-lock-type-face)
(propertize light-checkout-branch 'face 'font-lock-variable-name-face)
- "\n")))))
+ "\n"))
(if shelve
(concat
(propertize "Shelves :\n" 'face 'font-lock-type-face
--
1.6.6.rc1.244.g34c92
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: vc-bzr.el syntax error
2009-12-03 9:28 vc-bzr.el syntax error Jim Meyering
@ 2009-12-03 9:45 ` Dan Nicolaescu
0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2009-12-03 9:45 UTC (permalink / raw)
To: Jim Meyering; +Cc: emacs-devel
Jim Meyering <jim@meyering.net> writes:
> Without the patch below, bootstrap fails with this:
>
> vc-bzr.el:775:10:Warning: reference to free variable `shelve'
> vc-bzr.el:778:34:Warning: reference to free variable `shelve-help-echo'
> vc-bzr.el:792:59:Error: Invalid read syntax: ")"
> Compiling /home/j/w/co/emacs/lisp/vc-git.el
It's fixed in CVS, probably the git mirror is a bit behind.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-03 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 9:28 vc-bzr.el syntax error Jim Meyering
2009-12-03 9:45 ` Dan Nicolaescu
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.