diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/composite.c b/src/composite.c index 0b52a9fcd2b..8ac5ef712c6 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Composite sequence support. | 1 | /* Composite sequence support. |
| 2 | Copyright (C) 2001-2014 Free Software Foundation, Inc. | 2 | Copyright (C) 2001-2015 Free Software Foundation, Inc. |
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H14PRO021 | 5 | Registration Number H14PRO021 |
| @@ -134,8 +134,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 134 | */ | 134 | */ |
| 135 | 135 | ||
| 136 | 136 | ||
| 137 | Lisp_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. */ |
| 153 | Lisp_Object composition_hash_table; | 151 | Lisp_Object composition_hash_table; |
| 154 | 152 | ||
| 155 | static Lisp_Object Qauto_composed; | ||
| 156 | static 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 |