Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I have Emacs 26.3 and both calls throw Symbol's function definition is void.
    – emonigma
    Commented Nov 27, 2019 at 20:50
  • 1
    @miguelmorin: Try putting (require 'subr-x) somewhere earlier in your file. That solved the problem for me.
    – Cadence
    Commented Sep 28, 2020 at 12:14