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

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

bug#10940: Emacs 24: regression reading comma


From: Chris Leyon
Subject: bug#10940: Emacs 24: regression reading comma
Date: Sun, 4 Mar 2012 12:11:28 -0500

In Emacs 23, the lisp reader correctly parses a comma when reading an
event modifier, as in the following example specifying the character
C-,
    (global-set-key [(control ,)] 'my-command)

The Emacs 24 reader gives the following error when parsing the same expression:
    Invalid read syntax: )





reply via email to

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