diff options
| author | Stefan Monnier | 2000-06-11 05:30:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-06-11 05:30:20 +0000 |
| commit | 61dc47f5dcb2b7b20403270106f220a82bc8a243 (patch) | |
| tree | 25141e2f6ffbc4e1649e69214c415460d1fc999f | |
| parent | 76d1e5a4992402e8ed5c7eeec2eecabfdf3c4270 (diff) | |
| download | emacs-61dc47f5dcb2b7b20403270106f220a82bc8a243.tar.gz emacs-61dc47f5dcb2b7b20403270106f220a82bc8a243.zip | |
(composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.
| -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." | |||
| 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 |