(quail-title): Add autoload cookie.
This commit is contained in:
parent
e972ab1fca
commit
ace43887f0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue