Mercurial > emacs
changeset 29551:0941692cc11e
(composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 11 Jun 2000 05:30:20 +0000 |
parents | 48ef50f314bf |
children | 4c89037af077 |
files | lisp/composite.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/composite.el Sun Jun 11 05:26:41 2000 +0000 +++ b/lisp/composite.el Sun Jun 11 05:30:20 2000 +0000 @@ -297,7 +297,8 @@ ;; 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