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
ace43887
Commit
ace43887
authored
Mar 05, 2001
by
Kenichi Handa
Browse files
(quail-title): Add autoload cookie.
parent
e972ab1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/quail.el
lisp/international/quail.el
+2
-1
No files found.
lisp/international/quail.el
View file @
ace43887
...
...
@@ -125,7 +125,8 @@ See the documentation of `quail-define-package' for the other elements.")
(
defsubst
quail-name
()
"Return the name of the current Quail package."
(
nth
0
quail-current-package
))
(
defsubst
quail-title
()
;;;###autoload
(
defun
quail-title
()
"Return the title of the current Quail package."
(
let
((
title
(
nth
1
quail-current-package
)))
;; TITLE may be a string or a list. If it is a list, each element
...
...
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