emacs-devel
[Top][All Lists]
Advanced

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

window-system function missing in Emacs.App 0.9-rc2


From: Mike Mattie
Subject: window-system function missing in Emacs.App 0.9-rc2
Date: Mon, 31 Mar 2008 15:40:30 -0700

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: signature.asc
Description: PGP signature


reply via email to

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