all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Leake <stephen_leake@member.fsf.org>
To: merlyn@stonehenge.com (Randal L. Schwartz)
Cc: emacs-devel@gnu.org
Subject: Re: CVS HEAD fails compile in eshell/em-xtra.el
Date: Sun, 12 Oct 2008 08:08:59 -0400	[thread overview]
Message-ID: <u8wsu10dg.fsf@member.fsf.org> (raw)
In-Reply-To: <86prm6oj1g.fsf@blue.stonehenge.com> (Randal L. Schwartz's message of "Sat\, 11 Oct 2008 15\:37\:15 -0700")

merlyn@stonehenge.com (Randal L. Schwartz) writes:

> $ make bootstrap
> ....
> Compiling /Users/merlyn/MIRROR/emacs-CVS/lisp/eshell/em-xtra.el
>
> In toplevel form:
> eshell/em-xtra.el:30:1:Error: Wrong type argument: keymapp, nil
> make[2]: *** [/Users/merlyn/MIRROR/emacs-CVS/lisp/eshell/em-xtra.elc] Error 1
> make[1]: *** [lisp] Error 2
> make: *** [bootstrap] Error 2

The fix is:

----------------------
*** lisp/progmodes/compile.el	11 Oct 2008 19:59:11 -0000	1.479
--- lisp/progmodes/compile.el	12 Oct 2008 12:06:20 -0000
***************
*** 70,77 ****

  ;;; Code:

! (eval-when-compile (require 'cl))
! (require 'tool-bar)

  (defvar font-lock-extra-managed-props)
  (defvar font-lock-keywords)
--- 70,78 ----

  ;;; Code:

! (eval-when-compile
!   (require 'cl)
!   (require 'tool-bar))

  (defvar font-lock-extra-managed-props)
  (defvar font-lock-keywords)
-----------------------

I don't have write privs on CVS; someone else will have to check this in.

-- 
-- Stephe




  parent reply	other threads:[~2008-10-12 12:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-11 22:37 CVS HEAD fails compile in eshell/em-xtra.el Randal L. Schwartz
2008-10-12 11:22 ` Garfileo
2008-10-12 12:08 ` Stephen Leake [this message]
2008-10-12 13:51   ` Chong Yidong
2008-10-12 15:22     ` Garfileo

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=u8wsu10dg.fsf@member.fsf.org \
    --to=stephen_leake@member.fsf.org \
    --cc=emacs-devel@gnu.org \
    --cc=merlyn@stonehenge.com \
    /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.