emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS HEAD fails compile in eshell/em-xtra.el


From: Stephen Leake
Subject: Re: CVS HEAD fails compile in eshell/em-xtra.el
Date: Sun, 12 Oct 2008 08:08:59 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt)

address@hidden (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]