From 61dc47f5dcb2b7b20403270106f220a82bc8a243 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 11 Jun 2000 05:30:20 +0000 Subject: [PATCH] (composition-function-table): Move the `put' below the autoload cookie so we can load the file before loaddefs. --- lisp/composite.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." ;; A char-table of functions to call for compositions. -;;;###autoload(put 'composition-function-table 'char-table-extra-slots 0) +;;;###autoload +(put 'composition-function-table 'char-table-extra-slots 0) ;;;###autoload (defvar composition-function-table -- 2.39.2