diff options
| author | Dan Nicolaescu | 2007-06-04 02:16:32 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-06-04 02:16:32 +0000 |
| commit | 88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86 (patch) | |
| tree | c87acbf5ad6c808ce999cb4cf0c576b0a0318376 /lisp | |
| parent | 34c6724464237db4bfd5b3fa57e8b0f66a92f618 (diff) | |
| download | emacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.tar.gz emacs-88acaaf20b2fd0af64eea1b5d4f8fa8227c32e86.zip | |
* 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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.multi-tty | 4 | ||||
| -rw-r--r-- | lisp/loadup.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty index 257281bca57..8e18674db8b 100644 --- a/lisp/ChangeLog.multi-tty +++ b/lisp/ChangeLog.multi-tty | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * loadup.el: Use a better feature test on a mac. | ||
| 4 | |||
| 1 | 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 5 | 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
| 2 | 6 | ||
| 3 | * server.el (server-process-filter): Don't change | 7 | * server.el (server-process-filter): Don't change |
diff --git a/lisp/loadup.el b/lisp/loadup.el index d9362158380..8cadd734cb8 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -212,7 +212,7 @@ | |||
| 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 |