Mercurial > emacs
changeset 31423:afa66a3f39dc
(help-xref-mule-regexp-template):
Include the pattern for character set.
(leim): New group.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 02:38:07 +0000 |
parents | 2a7aafb126fb |
children | 82c028678fee |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Thu Sep 07 02:37:37 2000 +0000 +++ b/lisp/international/mule-cmds.el Thu Sep 07 02:38:07 2000 +0000 @@ -174,7 +174,9 @@ (defconst help-xref-mule-regexp-template (purecopy (concat "\\(\\<\\(" "\\(coding system\\)\\|" - "\\(input method\\)" + "\\(input method\\)\\|" + "\\(character set\\)\\|" + "\\(charset\\)" "\\)\\s-+\\)?" ;; Note starting with word-syntax character: "`\\(\\sw\\(\\sw\\|\\s_\\)+\\)'"))) @@ -833,6 +835,9 @@ name))) ;;; Multilingual input methods. +(defgroup leim nil + "LEIM: Libraries of Emacs Input Methods." + :group 'mule) (defconst leim-list-file-name "leim-list.el" "Name of LEIM list file.