diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2012-12-26 13:40:45 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2012-12-26 13:40:45 +0400 |
commit | 4b298d5a3e0d5fb75f66c48598e80122669cef8b (patch) | |
tree | 747aaa0665af3e8d69c8ea89f043de1c32cdf5b9 /src/terminal.c | |
parent | a8e1690bbde896247359c967b15b6e0b8cac1a69 (diff) | |
download | emacs-4b298d5a3e0d5fb75f66c48598e80122669cef8b.tar.gz |
* keyboard.c (record_asynch_buffer_change): Initialize an event
only if it's really needed.
* frame.h (enum output_method): Remove output_mac member since
it's a leftover from the deleted code.
* frame.c (Fframep): Adjust user here ...
* terminal.c (Fterminal_live_p): ... and here.
* coding.c (Qmac): Now here because it's only used to denote
end-of-line encoding type.
(syms_of_coding): DEFSYM it.
* frame.h (Qmac): Remove duplicated declaration.
Diffstat (limited to 'src/terminal.c')
-rw-r--r-- | src/terminal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/terminal.c b/src/terminal.c index 854ca61f19c..5eaaeb45880 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -398,8 +398,6 @@ possible return values. */) return Qw32; case output_msdos_raw: return Qpc; - case output_mac: - return Qmac; case output_ns: return Qns; default: |