From: Kenichi Handa Date: Mon, 5 Mar 2001 23:37:59 +0000 (+0000) Subject: (quail-title): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.100~200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ace43887f09ab95382b77e0393603479aa7e9c5e;p=emacs.git (quail-title): Add autoload cookie. --- 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