aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
authorDan Nicolaescu2007-11-20 17:58:52 +0000
committerDan Nicolaescu2007-11-20 17:58:52 +0000
commit202c09a889e637eb4162db551252c80bbf46b02b (patch)
tree91c9a3f493ce067ab3d389783a683348cb1c6b45 /src/macterm.c
parent1571d112d97475f53d99a3aff303139ff6ac748b (diff)
downloademacs-202c09a889e637eb4162db551252c80bbf46b02b.tar.gz
emacs-202c09a889e637eb4162db551252c80bbf46b02b.zip
* term/mac-win.el (x-setup-function-keys): Only setup
local-function-key-map if it has not been setup already for the current frame. Move the suspend-emacs processing here. * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame) (x_create_tip_frame): Don't deal with MULTI_KBOARD.
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 5ea8f0ba607..bc33cfe472e 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -12823,7 +12823,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo)
12823 /* FIXME: This keyboard setup is 100% untested, just copied from 12823 /* FIXME: This keyboard setup is 100% untested, just copied from
12824 w32_create_terminal in order to set window-system now that it's 12824 w32_create_terminal in order to set window-system now that it's
12825 a keyboard object. */ 12825 a keyboard object. */
12826#ifdef MULTI_KBOARD
12827 /* We don't yet support separate terminals on Mac, so don't try to share 12826 /* We don't yet support separate terminals on Mac, so don't try to share
12828 keyboards between virtual terminals that are on the same physical 12827 keyboards between virtual terminals that are on the same physical
12829 terminal like X does. */ 12828 terminal like X does. */
@@ -12838,7 +12837,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo)
12838 if (current_kboard == initial_kboard) 12837 if (current_kboard == initial_kboard)
12839 current_kboard = terminal->kboard; 12838 current_kboard = terminal->kboard;
12840 terminal->kboard->reference_count++; 12839 terminal->kboard->reference_count++;
12841#endif
12842 12840
12843 return terminal; 12841 return terminal;
12844} 12842}