aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/composite.c b/src/composite.c
index 4b22499fdd9..8ac5ef712c6 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -134,8 +134,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
134*/ 134*/
135 135
136 136
137Lisp_Object Qcomposition;
138
139/* Table of pointers to the structure `composition' indexed by 137/* Table of pointers to the structure `composition' indexed by
140 COMPOSITION-ID. This structure is for storing information about 138 COMPOSITION-ID. This structure is for storing information about
141 each composition except for COMPONENTS-VEC. */ 139 each composition except for COMPONENTS-VEC. */
@@ -152,8 +150,6 @@ ptrdiff_t n_compositions;
152 COMPOSITION-ID. */ 150 COMPOSITION-ID. */
153Lisp_Object composition_hash_table; 151Lisp_Object composition_hash_table;
154 152
155static Lisp_Object Qauto_composed;
156static Lisp_Object Qauto_composition_function;
157/* Maximum number of characters to look back for 153/* Maximum number of characters to look back for
158 auto-compositions. */ 154 auto-compositions. */
159#define MAX_AUTO_COMPOSITION_LOOKBACK 3 155#define MAX_AUTO_COMPOSITION_LOOKBACK 3