1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

; Remove proced-tests.el instrumentation (Do not merge with master)

This commit is contained in:
Michael Albinus 2024-10-26 18:55:46 +02:00
parent dd52839dd9
commit 3f94b979d8

View File

@ -28,13 +28,11 @@
`(let ((proced-format ,format)
(proced-filter ,filter)
(proced-auto-update-flag nil)
(inhibit-message (not (getenv "EMACS_EMBA_CI"))))
(inhibit-message t))
(proced)
(unwind-protect
(with-current-buffer "*Proced*"
,@body)
(with-current-buffer "*Proced*"
(message "%s" (buffer-string)))
(kill-buffer "*Proced*"))))
(defun proced--assert-emacs-pid-in-buffer ()