]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-syntax-table): Add a def-edebug-spec.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Jan 2000 03:04:09 +0000 (03:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Jan 2000 03:04:09 +0000 (03:04 +0000)
lisp/emacs-lisp/edebug.el

index 44df428d0686ffca076fb07ef893ee7afa0ce2da..1b3fdab1a4bb323d28f7ffe834095e35094a456d 100644 (file)
@@ -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?