related to PR 13863
This commit is contained in:
Robby Findler 2013-06-19 16:59:07 -05:00
parent 77a4a8c276
commit 3c16602c1d
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ TODO
(format "a:~a" i)
(format "show-tab-~a" i))
(send drs-bindings-keymap map-function
(format "~c:m:~a" i)
(format "~~c:m:~a" i)
(format "show-tab-~a" i)))
(define (get-drs-bindings-keymap) drs-bindings-keymap)

View File

@ -1139,7 +1139,7 @@
(if shift? "s:" "")
roman-char)
(format "insert ~a" greek-char))
(map (format "~c:m:x;c:g;~a~a"
(map (format "~~c:m:x;c:g;~a~a"
(if shift? "s:" "")
roman-char)
(format "insert ~a" greek-char))