]> git.eshelyaron.com Git - emacs.git/commit
Fix default value of electric-pair-pairs and electric-pair-text-pairs
authorJoão Távora <joaotavora@gmail.com>
Thu, 17 Aug 2017 09:44:38 +0000 (10:44 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 18 Aug 2017 22:43:48 +0000 (23:43 +0100)
commit7098823b422c8334ef34664a9033b519f73ea7e1
treeb1734a450fc2dfe2e915db5e83c6f013ba40bc98
parent39e6692efe6797c4462a9b0cd0177c289fa9989b
Fix default value of electric-pair-pairs and electric-pair-text-pairs

Fixes: debbugs:24901
A previous change, titled "Add support for curly quotation marks to
electric-pair-mode", attempted to add these characters to the default
value of these variables.  But it did so in a quoted list, preventing
evaluation of the relevant expressions and resulting in an invalid
format.

* lisp/elec-pair.el (electric-pair-pairs, electric-pair-text-pairs):
Use backquote and comma.
lisp/elec-pair.el