aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/termhooks.h
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index b9358896bae..e71c1159f0c 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -328,6 +328,11 @@ struct terminal
328 /* Parameter alist of this terminal. */ 328 /* Parameter alist of this terminal. */
329 Lisp_Object param_alist; 329 Lisp_Object param_alist;
330 330
331 /* List of charsets supported by the terminal. It is set by
332 Fset_terminal_coding_system_internal along with
333 the member terminal_coding. */
334 Lisp_Object charset_list;
335
331 /* All fields before `next_terminal' should be Lisp_Object and are traced 336 /* All fields before `next_terminal' should be Lisp_Object and are traced
332 by the GC. All fields afterwards are ignored by the GC. */ 337 by the GC. All fields afterwards are ignored by the GC. */
333 338