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:
parent
76d1e5a499
commit
61dc47f5dc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue