macterm.c (syms_of_macterm): Removing redundant definition of

mac-pass-control-to-system
This commit is contained in:
Steven Tamm 2005-04-14 04:22:48 +00:00
parent 24531f226f
commit 0614c57585
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-04-13 Steven Tamm <steventamm@mac.com>
* macterm.c (syms_of_macterm): Removing redundant definition of
mac-pass-control-to-system
2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
* window.c (Fset_window_configuration): Be careful when you choose

View file

@ -9829,10 +9829,6 @@ Toolbox for processing before Emacs sees it. */);
Toolbox for processing before Emacs sees it. */);
Vmac_pass_control_to_system = Qt;
DEFVAR_LISP ("mac-pass-control-to-system", &Vmac_pass_control_to_system,
doc: /* If non-nil, the Mac \"Control\" key is passed on to the Mac
Toolbox for processing before Emacs sees it. */);
Vmac_pass_control_to_system = Qt;
#endif
DEFVAR_LISP ("mac-allow-anti-aliasing", &Vmac_use_core_graphics,