comparison lisp/emacs-lisp/edebug.el @ 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 2981304f5015
children d29c2ded5971
comparison
equal deleted inserted replaced
24121:2d746bee2e6a 24122:73346cd4a77e
2126 (def-edebug-spec with-output-to-string t) 2126 (def-edebug-spec with-output-to-string t)
2127 (def-edebug-spec with-current-buffer t) 2127 (def-edebug-spec with-current-buffer t)
2128 (def-edebug-spec combine-after-change-calls t) 2128 (def-edebug-spec combine-after-change-calls t)
2129 (def-edebug-spec with-temp-file t) 2129 (def-edebug-spec with-temp-file t)
2130 (def-edebug-spec with-temp-buffer t) 2130 (def-edebug-spec with-temp-buffer t)
2131 (def-edebug-spec with-temp-message t)
2131 2132
2132 ;; Anything else? 2133 ;; Anything else?
2133 2134
2134 2135
2135 ;; Some miscellaneous specs for macros in public packages. 2136 ;; Some miscellaneous specs for macros in public packages.