# HG changeset patch # User Steven Tamm # Date 1113452568 0 # Node ID 82d07a2586a069ed475fc70af6c549457d953077 # Parent e70ec34c978b22325a9b997cd9866a94922fd8c5 macterm.c (syms_of_macterm): Removing redundant definition of mac-pass-control-to-system diff -r e70ec34c978b -r 82d07a2586a0 src/ChangeLog --- a/src/ChangeLog Wed Apr 13 22:31:33 2005 +0000 +++ b/src/ChangeLog Thu Apr 14 04:22:48 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-13 Steven Tamm + + * macterm.c (syms_of_macterm): Removing redundant definition of + mac-pass-control-to-system + 2005-04-12 Stefan Monnier * window.c (Fset_window_configuration): Be careful when you choose diff -r e70ec34c978b -r 82d07a2586a0 src/macterm.c --- a/src/macterm.c Wed Apr 13 22:31:33 2005 +0000 +++ b/src/macterm.c Thu Apr 14 04:22:48 2005 +0000 @@ -9829,10 +9829,6 @@ 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,