]> git.eshelyaron.com Git - emacs.git/commit
Allow floats as 'pcase' QPATS
authorMichael Heerdegen <michael_heerdegen@web.de>
Wed, 13 Jun 2018 02:37:38 +0000 (04:37 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sun, 17 Jun 2018 13:22:30 +0000 (15:22 +0200)
commit45ee24efed57093b421159ca1028097952f2d564
treef6172378d6be486b5ec339d3363a632877970108
parentfa9679ca488a17b2b6b9f31299d69c190aa86642
Allow floats as 'pcase' QPATS

* lisp/emacs-lisp/pcase.el (\`): Extend semantics of QPATS to all
numbers.  Add a comment explaining why we disallow some atoms as
QPATS.
* doc/lispref/control.texi (Backquote Patterns): Update the paragraph
explaining QPATS.  Remove a sentence suggesting an analogy between
QPATS to self-quoting objects.
doc/lispref/control.texi
lisp/emacs-lisp/pcase.el