1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(composition-function-table): Move the `put'

below the autoload cookie so we can load the file before loaddefs.
This commit is contained in:
Stefan Monnier 2000-06-11 05:30:20 +00:00
parent 76d1e5a499
commit 61dc47f5dc

View file

@ -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