+2015-02-24 Karl Fogel <kfogel@red-bean.com> (tiny change)
+
+ * comint.el (comint-mode-map): Fix obvious typo.
+
2015-02-24 Johan Claesson <johanclaesson@bredband.net> (tiny change)
* filecache.el (file-cache-filter-regexps):
(define-key map "\C-c\C-\\" 'comint-quit-subjob)
(define-key map "\C-c\C-m" 'comint-copy-old-input)
(define-key map "\C-c\C-o" 'comint-delete-output)
- (defile-key map "\C-c\M-o" 'comint-clear-buffer)
+ (define-key map "\C-c\M-o" 'comint-clear-buffer)
(define-key map "\C-c\C-r" 'comint-show-output)
(define-key map "\C-c\C-e" 'comint-show-maximum-output)
(define-key map "\C-c\C-l" 'comint-dynamic-list-input-ring)