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
9b10b5a3
Commit
9b10b5a3
authored
Aug 13, 1997
by
Richard M. Stallman
Browse files
(default-input-method):
Variable no longer automatically local.
parent
4d5ac029
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+1
-5
No files found.
lisp/international/mule-cmds.el
View file @
9b10b5a3
...
@@ -392,13 +392,9 @@ If nil, that means no input method is activated now.")
...
@@ -392,13 +392,9 @@ If nil, that means no input method is activated now.")
(defcustom default-input-method nil
(defcustom default-input-method nil
"
*Default
input
method
for
multilingual
text.
"
*Default
input
method
for
multilingual
text.
This
is
the
input
method
activated
automatically
by
the
command
This
is
the
input
method
activated
automatically
by
the
command
`
toggle-input-method
'
(
\\[toggle-input-method]
)
.
`
toggle-input-method
'
(
\\[toggle-input-method]
)
.
"
Automatically
local
in
all
buffers.
"
:group 'mule)
:group 'mule)
(make-variable-buffer-local 'default-input-method)
(put 'default-input-method 'permanent-local t)
(defvar previous-input-method nil
(defvar previous-input-method nil
"
Input
method
selected
previously
in
the
current
buffer.
"
Input
method
selected
previously
in
the
current
buffer.
This
is
the
one
selected
before
the
current
input
method
is
selected.
This
is
the
one
selected
before
the
current
input
method
is
selected.
...
...
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