]> git.eshelyaron.com Git - emacs.git/commitdiff
(composition-function-table): Move the `put'
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Jun 2000 05:30:20 +0000 (05:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Jun 2000 05:30:20 +0000 (05:30 +0000)
below the autoload cookie so we can load the file before loaddefs.

lisp/composite.el

index 4a5d2285c180463eff195e83f9373370a3da8d94..e14aeab3e3e8736fa150ade55423ef756ca0feb7 100644 (file)
@@ -297,7 +297,8 @@ WIDTH is a number of columns the composition occupies on the screen."
 
 \f
 ;; 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