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:
parent
dd52839dd9
commit
3f94b979d8
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user