tlc.el: remove some dead code

This commit is contained in:
John Ciolfi 2021-03-02 11:30:07 -05:00
parent 00e25f897c
commit a47515461a

1
tlc.el
View file

@ -159,7 +159,6 @@
(define-key km "\C-m" 'tlc-return)
(define-key km [return] 'tlc-return)
(define-key km "\C-i" 'tlc-indent)
(substitute-key-definition 'comment-region 'tlc-comment-region km global-map)
km)
"Keymap for `tlc-mode'.")