diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-27 19:20:38 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-27 19:20:38 +0000 |
commit | 583ff3c3ba1cfdbf6a7d809a402c5cddc40427da (patch) | |
tree | 242f65fcd37e7bf863191677c5587c616f174156 /lisp/term | |
parent | 9e2a2647758db83b490e2993aa31cd4607305a82 (diff) | |
download | emacs-583ff3c3ba1cfdbf6a7d809a402c5cddc40427da.tar.gz |
rename do-applescript,do_applescript in keeping with NS code conventions
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/ns-win.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 6b332976a4e..bdea472904d 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -319,6 +319,8 @@ this defaults to \"printenv\"." (defvaralias 'mac-control-modifier 'ns-control-modifier) (defvaralias 'mac-option-modifier 'ns-option-modifier) (defvaralias 'mac-function-modifier 'ns-function-modifier) +(defalias 'do-applescript 'ns-do-applescript) + (defvar menu-bar-ns-file-menu) ; below @@ -328,7 +330,6 @@ this defaults to \"printenv\"." "Toggle Nextstep extended platform support features. When this mode is active (no modeline indicator): - File menu is altered slightly in keeping with conventions. - - Meta-up, meta-down are bound to scroll window up and down one line. - Screen position is preserved in scrolling. - Transient mark mode is activated" :init-value nil |