diff options
| author | Dan Nicolaescu | 2007-11-20 18:22:56 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-20 18:22:56 +0000 |
| commit | 798ae196dbf66afcb8829f7b52e96b6c1736e342 (patch) | |
| tree | 54d45b75956860c8dadb8e94001fa032bbbaf9e4 | |
| parent | b951420f700906645c67a5aaff3e4da039f632c5 (diff) | |
| download | emacs-798ae196dbf66afcb8829f7b52e96b6c1736e342.tar.gz emacs-798ae196dbf66afcb8829f7b52e96b6c1736e342.zip | |
Fix typo.
| -rw-r--r-- | lisp/term/mac-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 684de49c4ea..c84614d2246 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1082,7 +1082,7 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | |||
| 1082 | (define-key local-function-key-map [M-escape] [?\M-\e]) | 1082 | (define-key local-function-key-map [M-escape] [?\M-\e]) |
| 1083 | (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame | 1083 | (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame |
| 1084 | local-function-key-map global-map)) | 1084 | local-function-key-map global-map)) |
| 1085 | (set-terminal-parameter frame 'x-setup-function-keys t)))) | 1085 | (set-terminal-parameter frame 'x-setup-function-keys t))) |
| 1086 | 1086 | ||
| 1087 | ;; These tell read-char how to convert | 1087 | ;; These tell read-char how to convert |
| 1088 | ;; these special chars to ASCII. | 1088 | ;; these special chars to ASCII. |