]> 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 897075f0faf49616e2cda33d618c95c305f79d1f..0ef90b18932d247894887877c2696916f0a7e3ef 100644 (file)
@@ -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