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

Diff of /emacs/src/keyboard.c

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

revision 1.751 by monnier, Sun Jun 15 21:46:53 2003 UTC revision 1.752 by rms, Sun Jun 22 00:01:42 2003 UTC
# Line 6718  read_avail_input (expected) Line 6718  read_avail_input (expected)
6718          /* ??? Is it really right to send the signal just to this process          /* ??? Is it really right to send the signal just to this process
6719             rather than to the whole process group?             rather than to the whole process group?
6720             Perhaps on systems with FIONREAD Emacs is alone in its group.  */             Perhaps on systems with FIONREAD Emacs is alone in its group.  */
6721          kill (getpid (), SIGHUP);          {
6722              if (! noninteractive)
6723                kill (getpid (), SIGHUP);
6724              else
6725                n_to_read = 0;
6726            }
6727        if (n_to_read == 0)        if (n_to_read == 0)
6728          return 0;          return 0;
6729        if (n_to_read > sizeof cbuf)        if (n_to_read > sizeof cbuf)
# Line 9421  read_key_sequence (keybuf, bufsize, prom Line 9426  read_key_sequence (keybuf, bufsize, prom
9426    
9427                keybuf[t - 1] = new_key;                keybuf[t - 1] = new_key;
9428                mock_input = max (t, mock_input);                mock_input = max (t, mock_input);
9429                  fkey.start = fkey.end = KEYMAPP (fkey.map) ? 0 : bufsize + 1;
9430                  keytran.start = keytran.end = KEYMAPP (keytran.map) ? 0 : bufsize + 1;
9431    
9432                goto replay_sequence;                goto replay_sequence;
9433              }              }

Legend:
Removed from v.1.751  
changed lines
  Added in v.1.752

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