Mercurial > emacs
changeset 61544:82d07a2586a0
macterm.c (syms_of_macterm): Removing redundant definition of
mac-pass-control-to-system
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Thu, 14 Apr 2005 04:22:48 +0000 |
parents | e70ec34c978b |
children | be83d1c4960a |
files | src/ChangeLog src/macterm.c |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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,