unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.0; window-system does not exist as variable
@ 2007-10-13 20:20 Peter Dyballa
  2007-10-13 20:27 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Dyballa @ 2007-10-13 20:20 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

After a cvs update, 'make bootstrap' does not succeed, because:

	Symbol's value as variable is void: window-system

It's line #439 in lisp/cus-start.el that needs to be changed. The line

		       (eq window-system 'mac))

should be changed to

		       (featurep 'mac-carbon))


--
Greetings

   Pete

There's no place like ~
                           (UNIX Guru)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 23.0.0; window-system does not exist as variable
  2007-10-13 20:20 23.0.0; window-system does not exist as variable Peter Dyballa
@ 2007-10-13 20:27 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-10-13 20:27 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

Peter Dyballa wrote:

> After a cvs update, 'make bootstrap' does not succeed, because:
>
> 	Symbol's value as variable is void: window-system

Already fixed in the trunk. Be patient and the fix will appear in
unicode-2 (which you seem to be using from the version number).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-13 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-13 20:20 23.0.0; window-system does not exist as variable Peter Dyballa
2007-10-13 20:27 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).