changeset 27296:6a6b75706812

(with-syntax-table): Add a def-edebug-spec.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Jan 2000 03:04:09 +0000
parents 1e2af531f308
children f5713c397636
files lisp/emacs-lisp/edebug.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/edebug.el	Tue Jan 11 22:18:47 2000 +0000
+++ b/lisp/emacs-lisp/edebug.el	Wed Jan 12 03:04:09 2000 +0000
@@ -263,7 +263,7 @@
 
 ;;;###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 @@
 (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?