diff --git a/src/keymap.lisp b/src/keymap.lisp index b4e63b86b..12d8bc14e 100644 --- a/src/keymap.lisp +++ b/src/keymap.lisp @@ -132,12 +132,6 @@ Example: (undefine-key *paredit-mode-keymap* \"C-k\")" (not (named-key-sym-p str))) (fail)) (t - (cond ((and ctrl (string= str "i")) - (setf ctrl nil - str "Tab")) - ((and ctrl (string= str "m")) - (setf ctrl nil - str "Return"))) (return (make-key :ctrl ctrl :meta meta :super super