summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-12-26 13:40:45 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-12-26 13:40:45 +0400
commit4b298d5a3e0d5fb75f66c48598e80122669cef8b (patch)
tree747aaa0665af3e8d69c8ea89f043de1c32cdf5b9 /src/frame.h
parenta8e1690bbde896247359c967b15b6e0b8cac1a69 (diff)
* 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/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index 589b45fc0f..74350b9712 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -46,7 +46,6 @@ enum output_method
output_x_window,
output_msdos_raw,
output_w32,
- output_mac,
output_ns
};
@@ -1178,7 +1177,7 @@ extern Lisp_Object Qalpha;
extern Lisp_Object Qleft_fringe, Qright_fringe;
extern Lisp_Object Qheight, Qwidth;
extern Lisp_Object Qminibuffer, Qmodeline;
-extern Lisp_Object Qx, Qw32, Qmac, Qpc, Qns;
+extern Lisp_Object Qx, Qw32, Qpc, Qns;
extern Lisp_Object Qvisible;
extern Lisp_Object Qdisplay_type;