aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/quail.el3
1 files changed, 2 insertions, 1 deletions
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.")
125(defsubst quail-name () 125(defsubst quail-name ()
126 "Return the name of the current Quail package." 126 "Return the name of the current Quail package."
127 (nth 0 quail-current-package)) 127 (nth 0 quail-current-package))
128(defsubst quail-title () 128;;;###autoload
129(defun quail-title ()
129 "Return the title of the current Quail package." 130 "Return the title of the current Quail package."
130 (let ((title (nth 1 quail-current-package))) 131 (let ((title (nth 1 quail-current-package)))
131 ;; TITLE may be a string or a list. If it is a list, each element 132 ;; TITLE may be a string or a list. If it is a list, each element