+2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
+
+ * bindings.el (ctl-x-map): Fix `comment-line' binding.
+
2015-02-21 Michael Albinus <michael.albinus@gmx.de>
* autorevert.el (auto-revert-notify-add-watch)
(define-key esc-map "j" 'indent-new-comment-line)
(define-key esc-map "\C-j" 'indent-new-comment-line)
(define-key ctl-x-map ";" 'comment-set-column)
-(define-key ctl-x-map "C-;" 'comment-line)
+(define-key ctl-x-map "\C-;" 'comment-line)
(define-key ctl-x-map "f" 'set-fill-column)
(define-key ctl-x-map "$" 'set-selective-display)