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

Diff of /emacs/src/fileio.c

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

revision 1.414.4.2 by jasonr, Sat Mar 9 10:16:40 2002 UTC revision 1.414.4.3 by eliz, Tue May 7 16:51:36 2002 UTC
# Line 3459  static Lisp_Object Line 3459  static Lisp_Object
3459  read_non_regular ()  read_non_regular ()
3460  {  {
3461    int nbytes;    int nbytes;
3462      
3463    immediate_quit = 1;    immediate_quit = 1;
3464    QUIT;    QUIT;
3465    nbytes = emacs_read (non_regular_fd,    nbytes = emacs_read (non_regular_fd,
3466                         BEG_ADDR + PT_BYTE - 1 + non_regular_inserted,                         BEG_ADDR + PT_BYTE - 1 + non_regular_inserted,
3467                         non_regular_nbytes);                         non_regular_nbytes);
   Fsignal (Qquit, Qnil);  
3468    immediate_quit = 0;    immediate_quit = 0;
3469    return make_number (nbytes);    return make_number (nbytes);
3470  }  }

Legend:
Removed from v.1.414.4.2  
changed lines
  Added in v.1.414.4.3

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