/[emacs]/emacs/src/msdos.c
ViewVC logotype

Diff of /emacs/src/msdos.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.154 by miles, Sat Oct 20 05:54:22 2001 UTC revision 1.155 by pj, Fri Nov 2 20:31:49 2001 UTC
# Line 198  them.  This happens with wheeled mice on Line 198  them.  This happens with wheeled mice on
198  {  {
199    int n;    int n;
200    
201    CHECK_NUMBER (nbuttons, 0);    CHECK_NUMBER (nbuttons);
202    n = XINT (nbuttons);    n = XINT (nbuttons);
203    if (n < 2 || n > 3)    if (n < 2 || n > 3)
204      Fsignal (Qargs_out_of_range,      Fsignal (Qargs_out_of_range,
# Line 2286  DEFUN ("msdos-remember-default-colors", Line 2286  DEFUN ("msdos-remember-default-colors",
2286  {  {
2287    struct frame *f;    struct frame *f;
2288    
2289    CHECK_FRAME (frame, 0);    CHECK_FRAME (frame);
2290    f= XFRAME (frame);    f= XFRAME (frame);
2291    
2292    /* This function is called after applying default-frame-alist to the    /* This function is called after applying default-frame-alist to the
# Line 2355  IT_set_frame_parameters (f, alist) Line 2355  IT_set_frame_parameters (f, alist)
2355    
2356        elt = Fcar (tail);        elt = Fcar (tail);
2357        parms[i] = Fcar (elt);        parms[i] = Fcar (elt);
2358        CHECK_SYMBOL (parms[i], 1);        CHECK_SYMBOL (parms[i]);
2359        values[i] = Fcdr (elt);        values[i] = Fcdr (elt);
2360        i++;        i++;
2361      }      }

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26