diff options
| author | Michael Albinus | 2018-08-09 15:40:37 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-08-09 15:40:37 +0200 |
| commit | 53483df0de0085dbc9ef0b15a0f629ab808b0147 (patch) | |
| tree | c838b13d232aa5157c60bb267fe38d8601590064 /lisp | |
| parent | f1a385ded23c22edc3f5005bcaa2129eb1d87448 (diff) | |
| download | emacs-53483df0de0085dbc9ef0b15a0f629ab808b0147.tar.gz emacs-53483df0de0085dbc9ef0b15a0f629ab808b0147.zip | |
; More instrumentation for shadowfile-tests.el and files.el
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 8057def5259..940bacde230 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -5091,6 +5091,9 @@ Before and after saving the buffer, this function runs | |||
| 5091 | (make-directory dir t) | 5091 | (make-directory dir t) |
| 5092 | (error "Canceled"))) | 5092 | (error "Canceled"))) |
| 5093 | (setq setmodes (basic-save-buffer-1))))) | 5093 | (setq setmodes (basic-save-buffer-1))))) |
| 5094 | ;; We are hunting a nasty error, which happens on hydra. | ||
| 5095 | ;; Adding traces might help. | ||
| 5096 | (if (getenv "BUG_32226") (message "BUG_32226")) | ||
| 5094 | ;; Now we have saved the current buffer. Let's make sure | 5097 | ;; Now we have saved the current buffer. Let's make sure |
| 5095 | ;; that buffer-file-coding-system is fixed to what | 5098 | ;; that buffer-file-coding-system is fixed to what |
| 5096 | ;; actually used for saving by binding it locally. | 5099 | ;; actually used for saving by binding it locally. |