From c5377356a79cc8796e505ab8fcc2309c5b6ae056 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Jan 1999 17:55:16 +0000 Subject: [PATCH] (with-temp-message): Add def-edebug-spec call. --- lisp/emacs-lisp/edebug.el | 1 + 1 file changed, 1 insertion(+) 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? -- 2.39.2