Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61dc47f5
Commit
61dc47f5
authored
Jun 11, 2000
by
Stefan Monnier
Browse files
(composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.
parent
76d1e5a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/composite.el
lisp/composite.el
+2
-1
No files found.
lisp/composite.el
View file @
61dc47f5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment