[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.c
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.c |
Date: |
Thu, 14 Jul 2005 05:23:27 -0400 |
Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.122 emacs/src/macterm.c:1.123
*** emacs/src/macterm.c:1.122 Wed Jul 13 09:12:59 2005
--- emacs/src/macterm.c Thu Jul 14 09:23:24 2005
***************
*** 94,101 ****
(NILP (Vmac_command_key_is_meta) ? optionKey : cmdKey) \
: controlKey)
#define macAltKey (NILP (Vmac_command_key_is_meta) ? cmdKey : optionKey)
-
- #define mac_window_to_frame(wp) (((mac_output *) GetWRefCon (wp))->mFP)
/* Non-nil means Emacs uses toolkit scroll bars. */
--- 94,99 ----