]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-kbdbuffer.patch
- add url
[packages/emacs.git] / emacs-kbdbuffer.patch
1 diff -uNr emacs-20.6.orig/src/keyboard.c emacs-20.6/src/keyboard.c
2 --- emacs-20.6.orig/src/keyboard.c      Thu May  4 11:31:08 2000
3 +++ emacs-20.6/src/keyboard.c   Thu May  4 11:37:56 2000
4 @@ -84,9 +84,9 @@
5  
6  #ifdef HAVE_WINDOW_SYSTEM
7  /* Make all keyboard buffers much bigger when using X windows.  */
8 -#define KBD_BUFFER_SIZE 4096
9 +#define KBD_BUFFER_SIZE 16384
10  #else  /* No X-windows, character input */
11 -#define KBD_BUFFER_SIZE 256
12 +#define KBD_BUFFER_SIZE 16384
13  #endif /* No X-windows */
14  
15  /* Following definition copied from eval.c */
This page took 0.037276 seconds and 3 git commands to generate.