diff options
| author | Jim Blandy | 1993-05-19 06:13:00 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-19 06:13:00 +0000 |
| commit | 4554406a819666ce6487ceb1b0b1c5d668d41dc8 (patch) | |
| tree | 17f6611ab3a394bf8c3ecd09db855d5973667357 /src | |
| parent | dd573bc0e5b31fabaa671022ea3635b63fe540fc (diff) | |
| download | emacs-4554406a819666ce6487ceb1b0b1c5d668d41dc8.tar.gz emacs-4554406a819666ce6487ceb1b0b1c5d668d41dc8.zip | |
Braino.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index ff79504430c..24f53e9f3bb 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -173,10 +173,10 @@ A file name is handled if one of the regular expressions in\n\ | |||
| 173 | Lisp_Object filename; | 173 | Lisp_Object filename; |
| 174 | { | 174 | { |
| 175 | /* This function must not munge the match data. */ | 175 | /* This function must not munge the match data. */ |
| 176 | Lisp_Object chain; | ||
| 176 | 177 | ||
| 177 | CHECK_STRING (filename, 0); | 178 | CHECK_STRING (filename, 0); |
| 178 | 179 | ||
| 179 | Lisp_Object chain; | ||
| 180 | for (chain = Vfile_name_handler_alist; XTYPE (chain) == Lisp_Cons; | 180 | for (chain = Vfile_name_handler_alist; XTYPE (chain) == Lisp_Cons; |
| 181 | chain = XCONS (chain)->cdr) | 181 | chain = XCONS (chain)->cdr) |
| 182 | { | 182 | { |