aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-01 07:30:38 +0000
committerGerd Moellmann2001-10-01 07:30:38 +0000
commit78f2fcaf91aee5237cfabf97e22011c8ce8cbc6e (patch)
treed407a4350f9dc59117ceaadd836eb4b55a7fb77b
parent407094f443d71c6d481d830f1e186f9a6f08b58e (diff)
downloademacs-78f2fcaf91aee5237cfabf97e22011c8ce8cbc6e.tar.gz
emacs-78f2fcaf91aee5237cfabf97e22011c8ce8cbc6e.zip
(rx): Add def-edebug-spec.
-rw-r--r--lisp/emacs-lisp/edebug.el1
1 files changed, 1 insertions, 0 deletions
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."
2137(def-edebug-spec with-custom-print body) 2137(def-edebug-spec with-custom-print body)
2138 2138
2139(def-edebug-spec sregexq (&rest sexp)) 2139(def-edebug-spec sregexq (&rest sexp))
2140(def-edebug-spec rx (&rest sexp))
2140 2141
2141;;; The debugger itself 2142;;; The debugger itself
2142 2143