summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
diff options
context:
space:
mode:
authorMichal Nazarewicz <mina86@mina86.com>2016-08-03 03:08:48 +0200
committerMichal Nazarewicz <mina86@mina86.com>2016-09-09 03:07:15 +0200
commitc579b28f6281c9cc0b711a012c30bf00036c60bf (patch)
treec54b9270ab30dd18239e594b8aee6957162d12d9 /lisp/emacs-lisp/seq.el
parentb1c4c0050057ca982cab28b8ad11b3175c3bb0d2 (diff)
downloademacs-c579b28f6281c9cc0b711a012c30bf00036c60bf.tar.gz
emacs-c579b28f6281c9cc0b711a012c30bf00036c60bf.tar.bz2
emacs-c579b28f6281c9cc0b711a012c30bf00036c60bf.zip
Replace decimalnump with alphanumericp
decimalnump was used in regex.c only in ISALNUM macro which ored it with alphabeticp. Because both of those functions require Unicode general category lookup, this resulted in unnecessary lookups (if alphabeticp return false decimalp had to perform another lookup). Drop decimalnump in favour of alphanumericp which combines decimelnump with alphabeticp. * src/character.c (decimalnump): Remove in favour of… (alphanumericp): …new function. * src/regex.c (ISALNUM): Use alphanumericp.
Diffstat (limited to 'lisp/emacs-lisp/seq.el')
0 files changed, 0 insertions, 0 deletions