]> git.eshelyaron.com Git - emacs.git/commit
Accept 1-arg 'substring' calls in byte compiler
authorPaul Pogonyshev <pogonyshev@gmail.com>
Fri, 28 Dec 2018 04:10:47 +0000 (20:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Dec 2018 04:25:52 +0000 (20:25 -0800)
commit47d656f6024786dfdaf53be1c6db6a47b8666b7f
treed197198b84869dad4b3cc176e153dcaa007543fc
parentee7514b91beb254a7dc62f618046d34036555cea
Accept 1-arg 'substring' calls in byte compiler

Those have been supported by the function implementation since
commit 2014-03-31T12:06:34Z!dmantipov@yandex.ru (Bug#33807).
* lisp/emacs-lisp/bytecomp.el: substring has 1-3 args, not 2-3.
lisp/emacs-lisp/bytecomp.el