]> git.eshelyaron.com Git - sweep.git/commit
Avoid using 'string-replace' for Emacs 27 compatibility
authorEshel Yaron <me@eshelyaron.com>
Thu, 1 Jun 2023 15:46:23 +0000 (18:46 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 Jun 2023 15:46:23 +0000 (18:46 +0300)
commit40b342bc6800c1e28df46f505cb056fe87e87235
treed131fac518835bd40ce1bde02aa1bc8acb19202e
parent691fb59c0e3d3102f6311aeb67815ae3b4725b19
Avoid using 'string-replace' for Emacs 27 compatibility

* sweeprolog.el (sweeprolog-top-level-example-done): Refactor and use
'replace-regexp-in-string' instead of 'string-replace'.
sweeprolog.el