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
bb6eb9fc
Commit
bb6eb9fc
authored
Jul 29, 2012
by
Paul Eggert
Browse files
* international/mule-cmds.el (inactivate-input-method): Mark obsolete.
parent
417a7a0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+4
-0
No files found.
lisp/ChangeLog
View file @
bb6eb9fc
...
...
@@ -13,6 +13,8 @@
Rename from inactivate-current-input-method-function.
(input-method-deactivate-hook): New hook.
(input-method-inactivate-hook): Mark obsolete.
(inactivate-input-method): Mark obsolete.
* international/quail.el (quail-activate):
Also run quail-deactivate-hook.
(quail-deactivate): Rename from quail-inactivate.
...
...
lisp/international/mule-cmds.el
View file @
bb6eb9fc
...
...
@@ -1468,6 +1468,10 @@ If INPUT-METHOD is nil, deactivate any current input method."
(setq current-input-method nil)
(force-mode-line-update)))))
(define-obsolete-function-alias
'inactivate-input-method
'deactivate-input-method "
24.2
")
(defun set-input-method (input-method &optional interactive)
"
Select
and
activate
input
method
INPUT-METHOD
for
the
current
buffer.
This
also
sets
the
default
input
method
to
the
one
you
specify.
...
...
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