emacs-devel
[Top][All Lists]
Advanced

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

23.0.0; window-system does not exist as variable


From: Peter Dyballa
Subject: 23.0.0; window-system does not exist as variable
Date: Sat, 13 Oct 2007 22:20:32 +0200

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)






reply via email to

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