X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9f6f48455f7d25e5cc2d50485d98ff3af43946a2..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/international/mule-cmds.el diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 30dc88a21f..2fc9759972 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1333,7 +1333,7 @@ of `history-length', which see.") (define-obsolete-variable-alias 'inactivate-current-input-method-function - 'deactivate-current-input-method-function "24.2") + 'deactivate-current-input-method-function "24.3") (defvar deactivate-current-input-method-function nil "Function to call for deactivating the current input method. Every input method should set this to an appropriate value when activated. @@ -1473,7 +1473,7 @@ If INPUT-METHOD is nil, deactivate any current input method." (define-obsolete-function-alias 'inactivate-input-method - 'deactivate-input-method "24.2") + 'deactivate-input-method "24.3") (defun set-input-method (input-method &optional interactive) "Select and activate input method INPUT-METHOD for the current buffer. @@ -1651,7 +1651,7 @@ just activated." (define-obsolete-variable-alias 'input-method-inactivate-hook - 'input-method-deactivate-hook "24.2") + 'input-method-deactivate-hook "24.3") (defcustom input-method-deactivate-hook nil "Normal hook run just after an input method is deactivated. @@ -1660,7 +1660,7 @@ The variable `current-input-method' still keeps the input method name just deactivated." :type 'hook :group 'mule - :version "24.2") + :version "24.3") (defcustom input-method-after-insert-chunk-hook nil "Normal hook run just after an input method insert some chunk of text." @@ -2959,7 +2959,7 @@ point or a number in hash notation, e.g. #o21430 for octal, (t (cdr (assoc-string input (ucs-names) t)))))) -(define-obsolete-function-alias 'ucs-insert 'insert-char "24.2") +(define-obsolete-function-alias 'ucs-insert 'insert-char "24.3") (define-key ctl-x-map "8\r" 'insert-char) ;;; mule-cmds.el ends here