* window-system function missing in Emacs.App 0.9-rc2
@ 2008-03-31 22:40 Mike Mattie
0 siblings, 0 replies; only message in thread
From: Mike Mattie @ 2008-03-31 22:40 UTC (permalink / raw)
To: emacs developers
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
Hello,
noticed a compat problem between 23.0.60.2 on Linux and Emacs.app 0.9-rc2 on darwin.
23.0.60.2 defines window-system as a function
Emacs.app defines window-system as a variable.
leading to annoying compat hacks like this:
;; Annoying Emacs.app 0.9-rc2 compat.
(unless (functionp 'window-system)
(defun window-system ()
"grail.el replacement for window system function."
window-system))
Has this been fixed in a more recent version ?
It's not a big issue, but compat is important.
Cheers,
Mike Mattie
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 22:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 22:40 window-system function missing in Emacs.App 0.9-rc2 Mike Mattie
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).