diff options
| author | Stefan Monnier | 2006-05-16 03:35:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-05-16 03:35:46 +0000 |
| commit | 1d0ec0d176dbd3af505a5ea4adb023d1a66ac700 (patch) | |
| tree | 9d5413faa01e6c2847419a2df28462cbf46b1728 | |
| parent | 715488f12acd536376607262ee98b004691f6a08 (diff) | |
| download | emacs-1d0ec0d176dbd3af505a5ea4adb023d1a66ac700.tar.gz emacs-1d0ec0d176dbd3af505a5ea4adb023d1a66ac700.zip | |
Trivial typo.
| -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 e64464bdec4..bfb849ffd68 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -4104,7 +4104,7 @@ non-nil, it is called instead of rereading visited file contents." | |||
| 4104 | (let ((inhibit-read-only t) | 4104 | (let ((inhibit-read-only t) |
| 4105 | ;; Keep the current buffer-file-coding-system. | 4105 | ;; Keep the current buffer-file-coding-system. |
| 4106 | (coding-system buffer-file-coding-system) | 4106 | (coding-system buffer-file-coding-system) |
| 4107 | ;; Auto-saved file shoule be read with special coding. | 4107 | ;; Auto-saved file should be read with special coding. |
| 4108 | (coding-system-for-read 'auto-save-coding)) | 4108 | (coding-system-for-read 'auto-save-coding)) |
| 4109 | (erase-buffer) | 4109 | (erase-buffer) |
| 4110 | (insert-file-contents file-name nil) | 4110 | (insert-file-contents file-name nil) |