bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19826: 25.0.50; wrong binding for 'comment-line


From: Mark Oteiza
Subject: bug#19826: 25.0.50; wrong binding for 'comment-line
Date: Tue, 10 Feb 2015 01:09:33 -0500

Hi,

(define-key ctl-x-map "C-;" 'comment-line)

is missing the backslash, and should be

(define-key ctl-x-map "\C-;" 'comment-line)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]