diff options
| -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 b92108fac93..75cea9b931a 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -6152,7 +6152,7 @@ Before and after saving the buffer, this function runs | |||
| 6152 | `((?\M-~ ,(lambda (buf) | 6152 | `((?\M-~ ,(lambda (buf) |
| 6153 | (with-current-buffer buf | 6153 | (with-current-buffer buf |
| 6154 | (set-buffer-modified-p nil)) | 6154 | (set-buffer-modified-p nil)) |
| 6155 | ;; Return t not to ask about BUF again. | 6155 | ;; Return t to not ask about BUF again. |
| 6156 | t) | 6156 | t) |
| 6157 | ,(purecopy "skip this buffer and mark it unmodified")) | 6157 | ,(purecopy "skip this buffer and mark it unmodified")) |
| 6158 | (?\C-r | 6158 | (?\C-r |