]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-temp-message): Add def-edebug-spec call.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 17:55:16 +0000 (17:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 17:55:16 +0000 (17:55 +0000)
lisp/emacs-lisp/edebug.el

index 4312f771c3665fda8c908cb2fb21f42ce23746a4..81ab472ad9d8d9091d9d938a02e50000cdd31a62 100644 (file)
@@ -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?