diff options
| author | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-30 01:28:20 +0200 |
| commit | a01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch) | |
| tree | 94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /src/casefiddle.c | |
| parent | cc390e46c7ba95b76ea133d98fd386214cd01709 (diff) | |
| parent | 6b0f7311f16646e0de2045b2410e20921901c616 (diff) | |
| download | emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip | |
Merge from trunk
Diffstat (limited to 'src/casefiddle.c')
| -rw-r--r-- | src/casefiddle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c index b6551618b2f..a9169f79951 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -352,8 +352,8 @@ static Lisp_Object | |||
| 352 | operate_on_word (Lisp_Object arg, EMACS_INT *newpoint) | 352 | operate_on_word (Lisp_Object arg, EMACS_INT *newpoint) |
| 353 | { | 353 | { |
| 354 | Lisp_Object val; | 354 | Lisp_Object val; |
| 355 | int farend; | 355 | EMACS_INT farend; |
| 356 | int iarg; | 356 | EMACS_INT iarg; |
| 357 | 357 | ||
| 358 | CHECK_NUMBER (arg); | 358 | CHECK_NUMBER (arg); |
| 359 | iarg = XINT (arg); | 359 | iarg = XINT (arg); |