all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: lorentey@elte.hu (Lőrentey Károly)
Subject: Bootstrap error using tla
Date: Sun, 28 Mar 2004 09:07:09 +0200	[thread overview]
Message-ID: <lorentey.g.e.devel.87ptaxtppe.elte@eris.elte.hu> (raw)

I get the following error while make bootstrapping the latest Emacs
sources (checked out using Arch):

,----
| Compiling .../emacs--cvs-trunk--0--patch-174/lisp/eshell/esh-module.el
| Loading ange-ftp (source)...
| 
| In toplevel form:
| ../../lisp/eshell/esh-module.el:29:13:Error: Symbol's value as variable is void: find-file-not-found-hook
| make[1]: *** [compile] Error 1
| make[1]: Leaving directory `.../emacs--cvs-trunk--0--patch-174/+build/lisp'
| make: *** [bootstrap] Error 2
`----

Changing a line in vc-hooks.el got rid of the error for me, but I have
no idea if it's a correct fix or not:

--- orig/lisp/vc-hooks.el
+++ mod/lisp/vc-hooks.el
@@ -772,7 +772,7 @@
   ;; from a previous visit.
   (vc-file-clearprops buffer-file-name)
   (let ((backend (vc-backend buffer-file-name)))
-    (if backend (vc-call-backend backend find-file-not-found-hook))))
+    (if backend (vc-call-backend backend 'find-file-not-found-hook))))

 (defun vc-default-find-file-not-found-hook (backend)
   (if (yes-or-no-p

-- 
Károly

             reply	other threads:[~2004-03-28  7:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-28  7:07 Lőrentey Károly [this message]
2004-03-28 17:38 ` Bootstrap error using tla Stefan Monnier

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=lorentey.g.e.devel.87ptaxtppe.elte@eris.elte.hu \
    --to=lorentey@elte.hu \
    /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.