aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/composite.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index 4a5d2285c18..e14aeab3e3e 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -297,7 +297,8 @@ WIDTH is a number of columns the composition occupies on the screen."
297 297
298 298
299;; A char-table of functions to call for compositions. 299;; A char-table of functions to call for compositions.
300;;;###autoload(put 'composition-function-table 'char-table-extra-slots 0) 300;;;###autoload
301(put 'composition-function-table 'char-table-extra-slots 0)
301 302
302;;;###autoload 303;;;###autoload
303(defvar composition-function-table 304(defvar composition-function-table