* 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 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.