From: Stefan Monnier Date: Sun, 11 Jun 2000 05:30:20 +0000 (+0000) Subject: (composition-function-table): Move the `put' X-Git-Tag: emacs-pretest-21.0.90~3408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61dc47f5dcb2b7b20403270106f220a82bc8a243;p=emacs.git (composition-function-table): Move the `put' below the autoload cookie so we can load the file before loaddefs. --- 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