Mercurial > emacs
changeset 24122:73346cd4a77e
(with-temp-message): Add def-edebug-spec call.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Jan 1999 17:55:16 +0000 |
parents | 2d746bee2e6a |
children | cfb980353cb2 |
files | lisp/emacs-lisp/edebug.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/edebug.el Tue Jan 19 08:08:12 1999 +0000 +++ b/lisp/emacs-lisp/edebug.el Tue Jan 19 17:55:16 1999 +0000 @@ -2128,6 +2128,7 @@ (def-edebug-spec combine-after-change-calls t) (def-edebug-spec with-temp-file t) (def-edebug-spec with-temp-buffer t) +(def-edebug-spec with-temp-message t) ;; Anything else?