removed a: as a meta-key mapping for os x

svn: r4844
This commit is contained in:
Robby Findler 2006-11-13 23:17:13 +00:00
parent f1710324e3
commit 41cac266d6

View File

@ -265,13 +265,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define (make-meta-prefix-list key)
(let ([defaults
(list (string-append "m:" key)
(string-append "ESC;" key))])
(if (eq? (system-type) 'macosx)
(cons (string-append "a:" key)
defaults)
defaults)))
(list (string-append "m:" key)
(string-append "ESC;" key)))
(define send-map-function-meta
(λ (keymap key func)