[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: [MD:7074] Re: r3992 - trunk/src
- X-ml-count: 7075
- Subject: Re: [MD:7074] Re: r3992 - trunk/src
- From: MIYOSHI Masanori <miyoshi@xxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 23:03:54 +0900
- User-agent: Wanderlust/2.15.2 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.8 (Hajinosato) APEL/10.6 Emacs/22.0.50 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU)
>>>>> [meadow-develop : No.7074] にて
>>>>> 白井さんは書きました:
> > - XSETFASTINT (p, max (Fline_beginning_position (Qnil), PT - 1));
> > + XSETFASTINT (p, max (XINT (Fline_beginning_position (Qnil), PT - 1));
> あれ?
> XSETFASTINT (p, max (XINT (Fline_beginning_position (Qnil)), PT - 1));
> でよい?
XINT (Fline_beginning_position (Qnil)) と PT - 1 は int
max (XINT (Fline_beginning_position (Qnil)), PT - 1) も int
これを Lisp_Object の p に束縛するのだから XSETFASTINT () で良いと
思うのですが...
--
三好 雅則 http://miyoshi.meadowy.org/