]> code.delx.au - gnu-emacs/blobdiff - lisp/international/robin.el
Add a couple cells to lisp-prettify-symbols-alist
[gnu-emacs] / lisp / international / robin.el
index fee4c330e6e76dd221335fcd64fd6ad16cb04237..0ef90b18932d247894887877c2696916f0a7e3ef 100644 (file)
@@ -396,7 +396,7 @@ A nil value means no package is selected.")
   (interactive)
   (robin-activate -1))
 
-(define-obsolete-function-alias 'robin-inactivate 'robin-deactivate "24.2")
+(define-obsolete-function-alias 'robin-inactivate 'robin-deactivate "24.3")
 
 (defun robin-activate (&optional arg)
   "Activate robin input method.
@@ -431,7 +431,7 @@ While this input method is active, the variable
 
 (define-obsolete-variable-alias
   'robin-inactivate-hook
-  'robin-deactivate-hook "24.2")
+  'robin-deactivate-hook "24.3")
 
 (defun robin-exit-from-minibuffer ()
   (deactivate-input-method)
@@ -466,7 +466,7 @@ While this input method is active, the variable
          (list key)
        (delete-region start (point))
        (if key
-           (setq unread-command-events (list key)))
+           (push key unread-command-events))
        (if (stringp output)
            (string-to-list output)
          (list output))))))
@@ -576,7 +576,7 @@ used."
 (provide 'robin)
 
 ;; Local Variables:
-;; coding: utf-8-emacs
+;; coding: utf-8
 ;; End:
 
 ;;; robin.el ends here