diff options
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 41376425289..e1d0df6e3ed 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1389,9 +1389,6 @@ Maximum length of the history list is determined by the value of `history-length', which see.") (put 'input-method-history 'permanent-local t) -(define-obsolete-variable-alias - 'inactivate-current-input-method-function - 'deactivate-current-input-method-function "24.3") (defvar-local 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. @@ -1524,10 +1521,6 @@ 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.3") - (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. @@ -1741,10 +1734,6 @@ just activated." :type 'hook :group 'mule) -(define-obsolete-variable-alias - 'input-method-inactivate-hook - 'input-method-deactivate-hook "24.3") - (defcustom input-method-deactivate-hook nil "Normal hook run just after an input method is deactivated. @@ -3254,7 +3243,6 @@ single characters to be treated as standing for themselves." (error "Invalid character")) char)) -(define-obsolete-function-alias 'ucs-insert 'insert-char "24.3") (define-key ctl-x-map "8\r" 'insert-char) (define-key ctl-x-map "8e" (define-keymap |