diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index b11f9233ab4..3005ca320e7 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3436,6 +3436,9 @@ by calling `format-decode', which see. */) | |||
| 3436 | if (!NILP (BVAR (current_buffer, read_only))) | 3436 | if (!NILP (BVAR (current_buffer, read_only))) |
| 3437 | Fbarf_if_buffer_read_only (Qnil); | 3437 | Fbarf_if_buffer_read_only (Qnil); |
| 3438 | 3438 | ||
| 3439 | if (!NILP (Ffboundp (Qundo_auto__undoable_change_no_timer))) | ||
| 3440 | call0 (Qundo_auto__undoable_change_no_timer); | ||
| 3441 | |||
| 3439 | val = Qnil; | 3442 | val = Qnil; |
| 3440 | p = Qnil; | 3443 | p = Qnil; |
| 3441 | orig_filename = Qnil; | 3444 | orig_filename = Qnil; |
| @@ -5797,6 +5800,8 @@ syms_of_fileio (void) | |||
| 5797 | which gives a list of operations it handles. */ | 5800 | which gives a list of operations it handles. */ |
| 5798 | DEFSYM (Qoperations, "operations"); | 5801 | DEFSYM (Qoperations, "operations"); |
| 5799 | 5802 | ||
| 5803 | DEFSYM (Qundo_auto__undoable_change_no_timer, "undo-auto--undoable-change-no-timer"); | ||
| 5804 | |||
| 5800 | DEFSYM (Qexpand_file_name, "expand-file-name"); | 5805 | DEFSYM (Qexpand_file_name, "expand-file-name"); |
| 5801 | DEFSYM (Qsubstitute_in_file_name, "substitute-in-file-name"); | 5806 | DEFSYM (Qsubstitute_in_file_name, "substitute-in-file-name"); |
| 5802 | DEFSYM (Qdirectory_file_name, "directory-file-name"); | 5807 | DEFSYM (Qdirectory_file_name, "directory-file-name"); |