aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index fa988ad5f24..eff8adcd3bc 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -549,8 +549,9 @@ the last file dropped is selected."
549(defvar ns-right-control-modifier) 549(defvar ns-right-control-modifier)
550 550
551;; You say tomAYto, I say tomAHto.. 551;; You say tomAYto, I say tomAHto..
552(defvaralias 'ns-option-modifier 'ns-alternate-modifier) 552(with-no-warnings
553(defvaralias 'ns-right-option-modifier 'ns-right-alternate-modifier) 553 (defvaralias 'ns-option-modifier 'ns-alternate-modifier)
554 (defvaralias 'ns-right-option-modifier 'ns-right-alternate-modifier))
554 555
555(defun ns-do-hide-emacs () 556(defun ns-do-hide-emacs ()
556 (interactive) 557 (interactive)