diff options
author | Steven Tamm <steventamm@mac.com> | 2005-04-14 04:22:48 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2005-04-14 04:22:48 +0000 |
commit | 0614c575850d7b93ff2064a08e54005e21677289 (patch) | |
tree | e4b909badf7e984a6eee213fc8c7f6298fa58dab /src/macterm.c | |
parent | 24531f226fb1150c3a52a3ebf9273d1af36062ea (diff) | |
download | emacs-0614c575850d7b93ff2064a08e54005e21677289.tar.gz |
macterm.c (syms_of_macterm): Removing redundant definition of
mac-pass-control-to-system
Diffstat (limited to 'src/macterm.c')
-rw-r--r-- | src/macterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
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, |