From 210bd5c986529d64641a0724ec582749a7f6505a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jan 2000 03:04:09 +0000 Subject: [PATCH] (with-syntax-table): Add a def-edebug-spec. --- lisp/emacs-lisp/edebug.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 44df428d068..1b3fdab1a4b 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -263,7 +263,7 @@ If the result is non-nil, then break. Errors are ignored." ;;;###autoload (defmacro def-edebug-spec (symbol spec) - "Set the edebug-form-spec property of SYMBOL according to SPEC. + "Set the `edebug-form-spec' property of SYMBOL according to SPEC. Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol \(naming a function), or a list." `(put (quote ,symbol) 'edebug-form-spec (quote ,spec))) @@ -2123,6 +2123,7 @@ expressions; a `progn' form will be returned enclosing these forms." (def-edebug-spec with-temp-file t) (def-edebug-spec with-temp-buffer t) (def-edebug-spec with-temp-message t) +(def-edebug-spec with-syntax-table t) ;; Anything else? -- 2.39.5