mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Make modifier ctrl' an alias of control'.
This commit is contained in:
parent
7d638a7632
commit
d8dabccce2
1 changed files with 3 additions and 0 deletions
|
|
@ -1085,6 +1085,9 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
|
|||
(put 'return 'ascii-character ?\C-m)
|
||||
(put 'escape 'ascii-character ?\e)
|
||||
|
||||
;; Modifier name `ctrl' is an alias of `control'.
|
||||
(put 'ctrl 'modifier-value (get 'control 'modifier-value))
|
||||
|
||||
|
||||
;;;; Script codes and coding systems
|
||||
(defconst mac-script-code-coding-systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue