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.

Required fields*

2
  • emacs.stackexchange.com/tags/elisp/info Commented Dec 18, 2020 at 23:36
  • Are you asking how to check whether the kill-ring is empty (just test whether kill-ring is non-nil), or are you asking how to avoid the error that it's empty? If the latter, just put something in it, to start with (using kill-new - e.g. (kill-new "DUMMY")). Commented Dec 18, 2020 at 23:39