diff --git a/puni.el b/puni.el index 442672e..76fb618 100644 --- a/puni.el +++ b/puni.el @@ -1558,7 +1558,9 @@ rectangular region instead." (interactive) (if (use-region-p) (puni-kill-region) - (user-error "No active region"))) + ;; Fall back to Emacs default behavior which is signaling an error or what + ;; `kill-region-dwim' defines (since Emacs 31). + (call-interactively #'kill-region))) ;;;;; Char