diff options
| -rw-r--r-- | lisp/term/mac-win.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index c15e0d7e1e5..e83734bfe33 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1085,6 +1085,9 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | |||
| 1085 | (put 'return 'ascii-character ?\C-m) | 1085 | (put 'return 'ascii-character ?\C-m) |
| 1086 | (put 'escape 'ascii-character ?\e) | 1086 | (put 'escape 'ascii-character ?\e) |
| 1087 | 1087 | ||
| 1088 | ;; Modifier name `ctrl' is an alias of `control'. | ||
| 1089 | (put 'ctrl 'modifier-value (get 'control 'modifier-value)) | ||
| 1090 | |||
| 1088 | 1091 | ||
| 1089 | ;;;; Script codes and coding systems | 1092 | ;;;; Script codes and coding systems |
| 1090 | (defconst mac-script-code-coding-systems | 1093 | (defconst mac-script-code-coding-systems |