1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

; More instrumentation for shadowfile-tests.el

This commit is contained in:
Michael Albinus 2018-07-26 16:12:15 +02:00
parent e4d6ebee21
commit a8f2d97b12

View File

@ -743,6 +743,8 @@ guaranteed by the originator of a cluster definition."
;; Save file from "cluster2" definition. ;; Save file from "cluster2" definition.
(with-temp-buffer (with-temp-buffer
(message "Point 4.1") (message "Point 4.1")
(message "%s" file)
(message "%s" (shadow-site-primary cluster2))
(setq buffer-file-name (concat (shadow-site-primary cluster2) file)) (setq buffer-file-name (concat (shadow-site-primary cluster2) file))
(message "Point 4.2") (message "Point 4.2")
(insert "foo") (insert "foo")