From ace43887f09ab95382b77e0393603479aa7e9c5e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 5 Mar 2001 23:37:59 +0000 Subject: [PATCH] (quail-title): Add autoload cookie. --- lisp/international/quail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 54712c31dcd..e6b9feb3760 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -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 -- 2.39.5