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
33d17698
Commit
33d17698
authored
May 14, 1999
by
Kenichi Handa
Browse files
Change MULE to Mule in docstrings and menus.
parent
3fdaafa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+3
-3
No files found.
lisp/international/mule-cmds.el
View file @
33d17698
...
...
@@ -27,7 +27,7 @@
;;; MULE related key bindings and menus.
(
defvar
mule-keymap
(
make-sparse-keymap
)
"Keymap for M
ULE
(Multilingual environment) specific commands."
)
"Keymap for M
ule
(Multilingual environment) specific commands."
)
;; Keep "C-x C-m ..." for mule specific commands.
(
define-key
ctl-x-map
"\C-m"
mule-keymap
)
...
...
@@ -50,7 +50,7 @@
(
define-key
help-map
"h"
'view-hello-file
)
(
defvar
mule-menu-keymap
(
make-sparse-keymap
"Mule"
)
"Keymap for M
ULE
(Multilingual environment) menu specific commands."
)
"Keymap for M
ule
(Multilingual environment) menu specific commands."
)
(
define-key
global-map
[menu-bar
mule]
`
(
menu-item
"Mule"
,
mule-menu-keymap
...
...
@@ -101,7 +101,7 @@
'
(
"--"
)
t
)
(
define-key-after
mule-menu-keymap
[mule-diag]
'
(
"Show All of M
ULE
Status"
.
mule-diag
)
'
(
"Show All of M
ule
Status"
.
mule-diag
)
t
)
(
define-key-after
mule-menu-keymap
[view-hello-file]
'
(
"Show Script Examples"
.
view-hello-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