diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/shadowfile-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index c549ad79a4c..f93845da61e 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el | |||
| @@ -724,6 +724,9 @@ guaranteed by the originator of a cluster definition." | |||
| 724 | (dolist (elt (all-completions "shadow-" obarray 'functionp)) | 724 | (dolist (elt (all-completions "shadow-" obarray 'functionp)) |
| 725 | (trace-function-background (intern elt))) | 725 | (trace-function-background (intern elt))) |
| 726 | (trace-function-background 'save-buffer) | 726 | (trace-function-background 'save-buffer) |
| 727 | (trace-function-background 'basic-save-buffer) | ||
| 728 | (trace-function-background 'basic-save-buffer-1) | ||
| 729 | (trace-function-background 'basic-save-buffer-2) | ||
| 727 | (dolist (elt write-file-functions) | 730 | (dolist (elt write-file-functions) |
| 728 | (trace-function-background elt)) | 731 | (trace-function-background elt)) |
| 729 | ;; Cleanup. | 732 | ;; Cleanup. |