comparison lisp/loadup.el @ 83630:28201311b297

* term.c (init_tty): Use terminal specific mouse_position_hook. * macterm.c (mac_create_terminal): Indent and rearrange to be more similar to the X11 version. * config.in: Disable multi-keyboard support on a mac. * loadup.el: Use a better feature test on a mac.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 04 Jun 2007 02:16:32 +0000
parents ce4352d8bee9
children 65663fcd2caa
comparison
equal deleted inserted replaced
83629:4c726a40604c 83630:28201311b297
210 (load "international/codepage") ; internal.el uses cpNNN coding systems 210 (load "international/codepage") ; internal.el uses cpNNN coding systems
211 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el 211 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
212 (if (eq system-type 'macos) 212 (if (eq system-type 'macos)
213 (progn 213 (progn
214 (load "ls-lisp"))) 214 (load "ls-lisp")))
215 (if (and (eq system-type 'darwin) (not (featurep 'x))) 215 (if (featurep 'mac-carbon)
216 (progn 216 (progn
217 (load "term/mac-win"))) 217 (load "term/mac-win")))
218 (if (fboundp 'atan) ; preload some constants and 218 (if (fboundp 'atan) ; preload some constants and
219 (progn ; floating pt. functions if we have float support. 219 (progn ; floating pt. functions if we have float support.
220 (load "emacs-lisp/float-sup"))) 220 (load "emacs-lisp/float-sup")))