diff options
| author | Juanma Barranquero | 2010-07-05 00:26:11 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-05 00:26:11 +0200 |
| commit | 9c8a2331d427aa8e7b2c7deeba04c76b56ce694c (patch) | |
| tree | d60ca1645ee6adc3b92d7ac2efe4407b77b64c62 /src/fileio.c | |
| parent | 9a39b306d91622792c0483f1f788f96a39f8bdb5 (diff) | |
| download | emacs-9c8a2331d427aa8e7b2c7deeba04c76b56ce694c.tar.gz emacs-9c8a2331d427aa8e7b2c7deeba04c76b56ce694c.zip | |
* fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 0f80d572794..c68aa45e13d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3253,7 +3253,7 @@ static EMACS_INT non_regular_nbytes; | |||
| 3253 | Value is the number of bytes read. */ | 3253 | Value is the number of bytes read. */ |
| 3254 | 3254 | ||
| 3255 | static Lisp_Object | 3255 | static Lisp_Object |
| 3256 | read_non_regular (Lisp_Object ignored) | 3256 | read_non_regular (Lisp_Object ignore) |
| 3257 | { | 3257 | { |
| 3258 | EMACS_INT nbytes; | 3258 | EMACS_INT nbytes; |
| 3259 | 3259 | ||
| @@ -3271,7 +3271,7 @@ read_non_regular (Lisp_Object ignored) | |||
| 3271 | in insert-file-contents. */ | 3271 | in insert-file-contents. */ |
| 3272 | 3272 | ||
| 3273 | static Lisp_Object | 3273 | static Lisp_Object |
| 3274 | read_non_regular_quit (Lisp_Object ignored) | 3274 | read_non_regular_quit (Lisp_Object ignore) |
| 3275 | { | 3275 | { |
| 3276 | return Qnil; | 3276 | return Qnil; |
| 3277 | } | 3277 | } |