diff options
| author | Stefan Monnier | 2015-10-28 14:01:18 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-10-28 14:01:18 -0400 |
| commit | db31a883252e17af4386598c52d42ed81db56973 (patch) | |
| tree | 12573e30fcedabd79dc9cf1b0962d0667e380873 | |
| parent | 0cbe7a23326323df541ef80678429612e6a2f542 (diff) | |
| download | emacs-db31a883252e17af4386598c52d42ed81db56973.tar.gz emacs-db31a883252e17af4386598c52d42ed81db56973.zip | |
* lisp/files.el (write-file): Use vc-refresh-state.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index d0e3e6886f0..b25994c0c92 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -4041,7 +4041,7 @@ Interactively, confirmation is required unless you supply a prefix argument." | |||
| 4041 | (save-buffer) | 4041 | (save-buffer) |
| 4042 | ;; It's likely that the VC status at the new location is different from | 4042 | ;; It's likely that the VC status at the new location is different from |
| 4043 | ;; the one at the old location. | 4043 | ;; the one at the old location. |
| 4044 | (vc-find-file-hook)) | 4044 | (vc-refresh-state)) |
| 4045 | 4045 | ||
| 4046 | (defun file-extended-attributes (filename) | 4046 | (defun file-extended-attributes (filename) |
| 4047 | "Return an alist of extended attributes of file FILENAME. | 4047 | "Return an alist of extended attributes of file FILENAME. |