From: Steven Tamm Date: Thu, 14 Apr 2005 04:22:48 +0000 (+0000) Subject: macterm.c (syms_of_macterm): Removing redundant definition of X-Git-Tag: ttn-vms-21-2-B4~998 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0614c575850d7b93ff2064a08e54005e21677289;p=emacs.git macterm.c (syms_of_macterm): Removing redundant definition of mac-pass-control-to-system --- diff --git a/src/ChangeLog b/src/ChangeLog index 9a439dff8ca..08ee33d40e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/macterm.c b/src/macterm.c index c77bcba6d0c..2ac16596cfa 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -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,