]> git.eshelyaron.com Git - emacs.git/commit
Allow regexp-quote to return its argument
authorMattias Engdegård <mattiase@acm.org>
Mon, 23 Sep 2019 16:56:30 +0000 (18:56 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 25 Sep 2019 16:09:42 +0000 (18:09 +0200)
commita773a6474897356cd78aeea092d2c1a51ede23f9
tree9935673b464dc14a03a70a36c6ce7756404f0337
parent84567150e757ee3991a4b4f96a27080f92cb6d48
Allow regexp-quote to return its argument

* src/search.c (Fregexp_quote): Only allocate a new string if needed.
* doc/lispref/searching.texi (Regexp Functions):
* etc/NEWS (Incompatible Lisp Changes): Document.
doc/lispref/searching.texi
etc/NEWS
src/search.c