From 78f2fcaf91aee5237cfabf97e22011c8ce8cbc6e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 1 Oct 2001 07:30:38 +0000 Subject: [PATCH] (rx): Add def-edebug-spec. --- lisp/emacs-lisp/edebug.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index cdd27c48382..d265c262b2f 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -2137,6 +2137,7 @@ expressions; a `progn' form will be returned enclosing these forms." (def-edebug-spec with-custom-print body) (def-edebug-spec sregexq (&rest sexp)) +(def-edebug-spec rx (&rest sexp)) ;;; The debugger itself -- 2.39.5