* international/mule-cmds.el (inactivate-input-method): Mark obsolete.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Jul 2012 16:29:23 +0000 (09:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Jul 2012 16:29:23 +0000 (09:29 -0700)
lisp/ChangeLog
lisp/international/mule-cmds.el

index d55ecc7..81afe67 100644 (file)
@@ -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.
index 5a3f724..0fbd645 100644 (file)
@@ -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.