diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-11 05:30:20 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-06-11 05:30:20 +0000 |
commit | 61dc47f5dcb2b7b20403270106f220a82bc8a243 (patch) | |
tree | 25141e2f6ffbc4e1649e69214c415460d1fc999f /lisp/composite.el | |
parent | 76d1e5a4992402e8ed5c7eeec2eecabfdf3c4270 (diff) | |
download | emacs-61dc47f5dcb2b7b20403270106f220a82bc8a243.tar.gz |
(composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.
Diffstat (limited to 'lisp/composite.el')
-rw-r--r-- | lisp/composite.el | 3 |
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." ;; 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 |