Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0c40faa
Commit
d0c40faa
authored
Sep 07, 2000
by
Kenichi Handa
Browse files
(help-xref-mule-regexp-template):
Include the pattern for character set. (leim): New group.
parent
96ede6b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+6
-1
No files found.
lisp/international/mule-cmds.el
View file @
d0c40faa
...
...
@@ -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 @@ This returns a language environment name as a string."
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment