aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2019-05-19 21:29:13 -0700
committerPaul Eggert2019-05-19 21:34:27 -0700
commitbef1be873009d6e9f5a097396179f63a565bb6fd (patch)
tree227e495b83b50b965c65f26b3bb979e877726530 /src
parent20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff)
downloademacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz
emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.zip
Fixes for "Maintainer:" and related lines
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index bff9f74a17b..559d1b48924 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8191,7 +8191,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
8191 fit in 81 bytes. So, we must prepare sufficient 8191 fit in 81 bytes. So, we must prepare sufficient
8192 bytes for copy_buffer. 513 bytes (256 chars for 8192 bytes for copy_buffer. 513 bytes (256 chars for
8193 two-byte character set) seems to be a fairly good 8193 two-byte character set) seems to be a fairly good
8194 approximation. -- 2000.8.10 handa@etl.go.jp */ 8194 approximation. -- 2000.8.10 handa@gnu.org */
8195 unsigned char copy_buffer[513]; 8195 unsigned char copy_buffer[513];
8196 unsigned char *copy_bufptr = copy_buffer; 8196 unsigned char *copy_bufptr = copy_buffer;
8197 int copy_bufsiz = sizeof (copy_buffer); 8197 int copy_bufsiz = sizeof (copy_buffer);