summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-01-19 17:55:16 +0000
committerRichard M. Stallman <rms@gnu.org>1999-01-19 17:55:16 +0000
commitc5377356a79cc8796e505ab8fcc2309c5b6ae056 (patch)
treedb61dd97d9cd30bc25bc92751883a9ba972c7a43 /lisp/emacs-lisp
parent5d4245a68cc8c00faf6704bee76821331ee0ccd4 (diff)
downloademacs-c5377356a79cc8796e505ab8fcc2309c5b6ae056.tar.gz
emacs-c5377356a79cc8796e505ab8fcc2309c5b6ae056.tar.bz2
emacs-c5377356a79cc8796e505ab8fcc2309c5b6ae056.zip
(with-temp-message): Add def-edebug-spec call.
Diffstat (limited to 'lisp/emacs-lisp')
-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 4312f771c36..81ab472ad9d 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -2128,6 +2128,7 @@ expressions; a `progn' form will be returned enclosing these forms."
(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?