]> git.eshelyaron.com Git - emacs.git/commit
Don’t allocate char-table’s extra slots in regexp-out-charset
authorMichal Nazarewicz <mina86@mina86.com>
Mon, 5 Sep 2016 18:01:23 +0000 (20:01 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Fri, 9 Sep 2016 01:07:15 +0000 (03:07 +0200)
commit4516130d5a4bec47e86bdf560a1375740b6bb110
tree3baa5e5cf2c6422506ade7609814fc20063c0e5d
parent0e7eb64076c17b3252249aa2a3ef340ce9f395bb
Don’t allocate char-table’s extra slots in regexp-out-charset

* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Do not use
'case-table as charmap char-table’s property.  The function has nothing
to do with casing and in addition using 'case-table causes unnecessary
extra slots to be allocated which ‘regexp-opt-charset’ does not use.
lisp/emacs-lisp/regexp-opt.el